also put the CONFIG_FOOBAR_EN/DECODER stuff in config.mak

Originally committed as revision 4172 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2005-05-02 20:48:23 +00:00
parent 422f4df8b2
commit 5cc9a6dc19
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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