Commit 4a670cbc authored by michael's avatar michael

also put the CONFIG_FOOBAR_EN/DECODER stuff in config.mak


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4172 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f63f290d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment