[FFmpeg-cvslog] r11158 - trunk/configure
takis
subversion
Mon Dec 3 14:02:26 CET 2007
Author: takis
Date: Mon Dec 3 14:02:26 2007
New Revision: 11158
Log:
Add a --disable-devices flag which disables all muxers and demuxers of
libavdevice at once.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Dec 3 14:02:26 2007
@@ -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
More information about the ffmpeg-cvslog
mailing list