summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Downs <heydowns@borg.com>2009-07-30 22:41:05 +0000
committerJeff Downs <heydowns@borg.com>2009-07-30 22:41:05 +0000
commitabbe30ad892d00deea4080d29aa02804e4223eab (patch)
tree33c44c620023b1054d4fdf98b39f6755f72c72c5
parent9ebdf3ec933e9461a3e46771ee1ef130ff7f0388 (diff)
Make av_always_inline a no-op when --disable-optimizations is supplied to
configure Originally committed as revision 19555 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c9c48165b6..6174f107d1 100755
--- a/configure
+++ b/configure
@@ -2654,7 +2654,7 @@ print_config CONFIG_ $TMPH config.mak $CONFIG_LIST \
echo "#define restrict $_restrict" >> $TMPH
-if enabled small; then
+if enabled small || disabled optimizations; then
echo "#define av_always_inline" >> $TMPH
fi