Commit abbe30ad authored by Jeff Downs's avatar Jeff Downs

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
parent 9ebdf3ec
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment