From 5cc9a6dc19582277c0cb5532b0ca3a54edeedf7d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 2 May 2005 20:48:23 +0000 Subject: also put the CONFIG_FOOBAR_EN/DECODER stuff in config.mak Originally committed as revision 4172 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3