[SCM] libav/experimental: Add a --disable-devices flag which disables all muxers and demuxers of libavdevice at once.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:10:05 UTC 2013


The following commit has been merged in the experimental branch:
commit 9aa8ed9d233481329475c9c7b67f84293d6a2d0b
Author: Panagiotis Issaris <takis.issaris at uhasselt.be>
Date:   Mon Dec 3 13:02:26 2007 +0000

    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

diff --git a/configure b/configure
index 70e9e29..ebeca1c 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list