Skip to content

Commit

Permalink
Make av_always_inline a no-op when --disable-optimizations is supplie…
Browse files Browse the repository at this point in the history
…d to

configure

Originally committed as revision 19555 to svn://svn.ffmpeg.org/ffmpeg/trunk
  • Loading branch information
Jeff Downs committed Jul 30, 2009
1 parent 9ebdf3e commit abbe30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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

Expand Down

0 comments on commit abbe30a

Please sign in to comment.