ffmpeg: disable output devices to prevent it from picking up stuff like sdl
authorFelix Fietkau <nbd@openwrt.org>
Thu, 14 Jun 2012 19:14:33 +0000 (19:14 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 14 Jun 2012 19:14:33 +0000 (19:14 +0000)
SVN-Revision: 32360

multimedia/ffmpeg/Makefile

index 69f3d17ea3115d6ffba9369becac3dc11d12bb6b..6946af56e1aa1704d62232025f4762d9285b8f81 100644 (file)
@@ -292,6 +292,7 @@ FFMPEG_CONFIGURE:= \
        --enable-small \
        --disable-stripping \
        --enable-zlib \
+       --disable-outdevs
 
 ifeq ($(BUILD_VARIANT),custom)