summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-05-02 20:48:23 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-05-02 20:48:23 +0000
commit5cc9a6dc19582277c0cb5532b0ca3a54edeedf7d (patch)
tree23edc053734bd012e3e7e8e2c3e34ff8f1bd17a9 /configure
parent422f4df8b2417f9bd742f5df38af707c34f7072f (diff)
also put the CONFIG_FOOBAR_EN/DECODER stuff in config.mak
Originally committed as revision 4172 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 4e19a7ad8d..35881e3b70 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