diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-05-02 20:48:23 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-05-02 20:48:23 +0000 |
commit | 5cc9a6dc19582277c0cb5532b0ca3a54edeedf7d (patch) | |
tree | 23edc053734bd012e3e7e8e2c3e34ff8f1bd17a9 | |
parent | 422f4df8b2417f9bd742f5df38af707c34f7072f (diff) | |
download | ffmpeg-5cc9a6dc19582277c0cb5532b0ca3a54edeedf7d.tar.gz |
also put the CONFIG_FOOBAR_EN/DECODER stuff in config.mak
Originally committed as revision 4172 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |