[packages] gst-ffmpeg: force use of embedded FFmpeg headers

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28440 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2011-10-13 13:17:25 +00:00
parent 97a8589795
commit 6a12e7c6ce

View File

@ -134,7 +134,7 @@ GST_VERSION:=0.10
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \
--with-ffmpeg-extra-configure="--target-os=linux \ --with-ffmpeg-extra-configure="--target-os=linux \
--disable-bsfs \ --disable-bsfs \
--disable-devices \ --disable-devices \
--disable-encoders \ --disable-encoders \
$(FFMPEG_CONFIGURE_ENCODERS) \ $(FFMPEG_CONFIGURE_ENCODERS) \
@ -149,6 +149,10 @@ CONFIGURE_ARGS += \
--disable-protocols \ --disable-protocols \
$(FFMPEG_CONFIGURE_PROTOCOLS)" $(FFMPEG_CONFIGURE_PROTOCOLS)"
# XXX: trick to force use of embedded FFmpeg headers
TARGET_CFLAGS += $(TARGET_CPPFLAGS)
TARGET_CPPFLAGS :=
TARGET_LDFLAGS += $(FPIC) TARGET_LDFLAGS += $(FPIC)
define Build/Prepare define Build/Prepare