summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill2011-10-13 13:18:53 +0000
committerNicolas Thill2011-10-13 13:18:53 +0000
commit5a463706699e2682f0ebc0782675e753ad23c0d0 (patch)
tree8694f1b0fc26f95b00a9ee87d117554064c23020
parentaab9eb0ad0c42478df7d83d79d9175fce7cd50a6 (diff)
downloadpackages-5a463706699e2682f0ebc0782675e753ad23c0d0.tar.gz
gst-ffmpeg: merge [28440]
SVN-Revision: 28441
-rw-r--r--multimedia/gst-ffmpeg/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/gst-ffmpeg/Makefile b/multimedia/gst-ffmpeg/Makefile
index 663244f0a..3d6841afd 100644
--- a/multimedia/gst-ffmpeg/Makefile
+++ b/multimedia/gst-ffmpeg/Makefile
@@ -134,7 +134,7 @@ GST_VERSION:=0.10
CONFIGURE_ARGS += \
--with-ffmpeg-extra-configure="--target-os=linux \
- --disable-bsfs \
+ --disable-bsfs \
--disable-devices \
--disable-encoders \
$(FFMPEG_CONFIGURE_ENCODERS) \
@@ -149,6 +149,10 @@ CONFIGURE_ARGS += \
--disable-protocols \
$(FFMPEG_CONFIGURE_PROTOCOLS)"
+# XXX: trick to force use of embedded FFmpeg headers
+TARGET_CFLAGS += $(TARGET_CPPFLAGS)
+TARGET_CPPFLAGS :=
+
TARGET_LDFLAGS += $(FPIC)
define Build/Prepare