gst-plugins-bad: add patch to fix build with newer libmodplug.

This commit is contained in:
Juan RP 2014-04-03 12:46:39 +02:00
parent b3550ca7bc
commit 6d4916fa5b
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- ext/modplug/gstmodplug.cc.orig 2014-04-03 12:41:52.051813074 +0200
+++ ext/modplug/gstmodplug.cc 2014-04-03 12:42:08.906719756 +0200
@@ -50,7 +50,7 @@
#define WORDS_BIGENDIAN 0
#endif
-#include <stdafx.h>
+#include <libmodplug/stdafx.h>
#include <libmodplug/sndfile.h>
#include "gstmodplug.h"