From: Nicolas Thill Date: Thu, 13 Oct 2011 13:18:53 +0000 (+0000) Subject: [backfire/packages] gst-ffmpeg: merge [28440] X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=39fc14e2eb93467ee8cee95ea7884b38ba7b3319 [backfire/packages] gst-ffmpeg: merge [28440] SVN-Revision: 28441 --- diff --git a/multimedia/gst-ffmpeg/Makefile b/multimedia/gst-ffmpeg/Makefile index 663244f0a9..3d6841afdd 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