summaryrefslogtreecommitdiff
path: root/libre/gstreamer0.10-bad/fix-libmodplug-include.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-04-21 12:36:31 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-04-21 12:36:31 -0300
commit21ae669d784caa8c42a8ceba478462b11fa91947 (patch)
tree1d269c8f81a71f0a699cfb85f8b1514fdbb01101 /libre/gstreamer0.10-bad/fix-libmodplug-include.patch
parentb749ea8fb4002bc4bda18b0e34dbd53f8f9bc965 (diff)
downloadabslibre-21ae669d784caa8c42a8ceba478462b11fa91947.tar.gz
abslibre-21ae669d784caa8c42a8ceba478462b11fa91947.tar.bz2
abslibre-21ae669d784caa8c42a8ceba478462b11fa91947.zip
gstreamer0.10-bad-0.10.23-9.parabola1: rebuild against libvpx 1.4.0
Diffstat (limited to 'libre/gstreamer0.10-bad/fix-libmodplug-include.patch')
-rw-r--r--libre/gstreamer0.10-bad/fix-libmodplug-include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/gstreamer0.10-bad/fix-libmodplug-include.patch b/libre/gstreamer0.10-bad/fix-libmodplug-include.patch
new file mode 100644
index 000000000..6dc6bf177
--- /dev/null
+++ b/libre/gstreamer0.10-bad/fix-libmodplug-include.patch
@@ -0,0 +1,12 @@
+diff -uprw gst-plugins-bad.orig/ext/modplug/gstmodplug.cc gst-plugins-bad/ext/modplug/gstmodplug.cc
+--- gst-plugins-bad.orig/ext/modplug/gstmodplug.cc 2015-04-21 03:15:25.929456272 +0300
++++ gst-plugins-bad/ext/modplug/gstmodplug.cc 2015-04-21 03:18:54.624976723 +0300
+@@ -50,7 +50,7 @@
+ #define WORDS_BIGENDIAN 0
+ #endif
+
+-#include <stdafx.h>
++#include <libmodplug/stdafx.h>
+ #include <libmodplug/sndfile.h>
+
+ #include "gstmodplug.h"