[SCM] libav/experimental: Add input and output devices to configure output.

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


The following commit has been merged in the experimental branch:
commit 7dd2862b4883b4d6fc0f3c90db853baa42c754e9
Author: Diego Biurrun <diego at biurrun.de>
Date:   Thu Dec 6 17:51:59 2007 +0000

    Add input and output devices to configure output.
    
    Originally committed as revision 11177 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index e42bedc..f28dff3 100755
--- a/configure
+++ b/configure
@@ -1868,7 +1868,7 @@ enabled gpl &&
     echo "License: GPL" ||
     echo "License: LGPL"
 
-for type in decoder encoder parser demuxer muxer protocol bsf; do
+for type in decoder encoder parser demuxer muxer protocol bsf indev outdev; do
     echo "Enabled ${type}s:"
     ucname="\$`toupper $type`_LIST"
     list="`eval echo $ucname`"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list