Skip to content
Snippets Groups Projects
Commit fbb6c6c2 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

Define !CONFIG_FOO in config.make if feature disabled

Originally committed as revision 21192 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2ef21b91
No related branches found
No related tags found
No related merge requests found
...@@ -482,6 +482,7 @@ print_config(){ ...@@ -482,6 +482,7 @@ print_config(){
echo "${pfx}${ucname}=yes" >> $makefile echo "${pfx}${ucname}=yes" >> $makefile
else else
echo "#define ${pfx}${ucname} 0" >> $header echo "#define ${pfx}${ucname} 0" >> $header
echo "!${pfx}${ucname}=yes" >> $makefile
fi fi
done done
} }
......
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