diff options
author | Måns Rullgård <mans@mansr.com> | 2010-01-13 17:48:13 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-01-13 17:48:13 +0000 |
commit | fbb6c6c2d4f41afe5109b418a63edda0ddce4afc (patch) | |
tree | d992a1c78f53503c6b1c090a8a48e7298f1e360b /configure | |
parent | 2ef21b91796fb7c614b12141a3b1e18fbec72c8a (diff) | |
download | ffmpeg-fbb6c6c2d4f41afe5109b418a63edda0ddce4afc.tar.gz |
Define !CONFIG_FOO in config.make if feature disabled
Originally committed as revision 21192 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -482,6 +482,7 @@ print_config(){ echo "${pfx}${ucname}=yes" >> $makefile else echo "#define ${pfx}${ucname} 0" >> $header + echo "!${pfx}${ucname}=yes" >> $makefile fi done } |