From 9aa8ed9d233481329475c9c7b67f84293d6a2d0b Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Mon, 3 Dec 2007 13:02:26 +0000 Subject: [PATCH] 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 --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 70e9e29530..ebeca1cc43 100755 --- 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