Skip to content
Snippets Groups Projects
Commit 5cc9a6dc authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

also put the CONFIG_FOOBAR_EN/DECODER stuff in config.mak

Originally committed as revision 4172 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 422f4df8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment