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
release/0.6
Jeff Downs 16 years ago
parent 9ebdf3ec93
commit abbe30ad89
  1. 2
      configure

2
configure vendored

@ -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

Loading…
Cancel
Save