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:
parent
422f4df8b2
commit
5cc9a6dc19
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue