summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-01-13 17:48:13 +0000
committerMåns Rullgård <mans@mansr.com>2010-01-13 17:48:13 +0000
commitfbb6c6c2d4f41afe5109b418a63edda0ddce4afc (patch)
treed992a1c78f53503c6b1c090a8a48e7298f1e360b /configure
parent2ef21b91796fb7c614b12141a3b1e18fbec72c8a (diff)
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-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index e90277be09..1eed98774f 100755
--- a/configure
+++ b/configure
@@ -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
}