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
This commit is contained in:
Jeff Downs 2009-07-30 22:41:05 +00:00
parent 9ebdf3ec93
commit abbe30ad89
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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