Add a --disable-devices flag which disables all muxers and demuxers of

libavdevice at once.

Originally committed as revision 11158 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Panagiotis Issaris 2007-12-03 13:02:26 +00:00
parent a660c52a7e
commit 9aa8ed9d23

2
configure vendored
View File

@ -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