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
pull/126/head
Panagiotis Issaris 17 years ago
parent a660c52a7e
commit 9aa8ed9d23
  1. 2
      configure

2
configure vendored

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

Loading…
Cancel
Save