mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
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:
parent
a660c52a7e
commit
9aa8ed9d23
2
configure
vendored
2
configure
vendored
@ -1007,6 +1007,8 @@ for opt do
|
|||||||
;;
|
;;
|
||||||
--disable-protocols) disable $PROTOCOL_LIST
|
--disable-protocols) disable $PROTOCOL_LIST
|
||||||
;;
|
;;
|
||||||
|
--disable-devices) disable "$INDEV_LIST $OUTDEV_LIST"
|
||||||
|
;;
|
||||||
--enable-*=*|--disable-*=*)
|
--enable-*=*|--disable-*=*)
|
||||||
eval `echo "$opt" | sed 's/=/-/;s/--/action=/;s/-/ thing=/;s/-/ name=/'`
|
eval `echo "$opt" | sed 's/=/-/;s/--/action=/;s/-/ thing=/;s/-/ name=/'`
|
||||||
case "$thing" in
|
case "$thing" in
|
||||||
|
Loading…
Reference in New Issue
Block a user