ffmpeg: disable output devices to prevent it from picking up stuff like sdl

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32360 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-14 19:14:33 +00:00
parent 6213849b3c
commit 3d9d768d7e

View File

@ -292,6 +292,7 @@ FFMPEG_CONFIGURE:= \
--enable-small \
--disable-stripping \
--enable-zlib \
--disable-outdevs
ifeq ($(BUILD_VARIANT),custom)