[SCM] libav/experimental: also put the CONFIG_FOOBAR_EN/DECODER stuff in config.mak

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:43:47 UTC 2013


The following commit has been merged in the experimental branch:
commit 5cc9a6dc19582277c0cb5532b0ca3a54edeedf7d
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon May 2 20:48:23 2005 +0000

    also put the CONFIG_FOOBAR_EN/DECODER stuff in config.mak
    
    Originally committed as revision 4172 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 4e19a7a..35881e3 100755
--- a/configure
+++ b/configure
@@ -1590,6 +1590,7 @@ fi
 
 for codec in $CODEC_LIST ; do
     echo "#define CONFIG_`echo $codec | awk '{$1=toupper($1)}1'` 1" >> $TMPH
+    echo "CONFIG_`echo $codec | awk '{$1=toupper($1)}1'`=yes" >> config.mak
 done
 
 diff $TMPH config.h >/dev/null 2>&1

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list