Add a --disable-devices flag which disables all muxers and demuxers of
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Mon, 3 Dec 2007 13:02:26 +0000 (13:02 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Mon, 3 Dec 2007 13:02:26 +0000 (13:02 +0000)
libavdevice at once.

Originally committed as revision 11158 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 70e9e29..ebeca1c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1007,6 +1007,8 @@ for opt do
     ;;
     --disable-protocols) disable $PROTOCOL_LIST
     ;;
+    --disable-devices) disable "$INDEV_LIST $OUTDEV_LIST"
+    ;;
     --enable-*=*|--disable-*=*)
     eval `echo "$opt" | sed 's/=/-/;s/--/action=/;s/-/ thing=/;s/-/ name=/'`
     case "$thing" in