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:
parent
9ebdf3ec93
commit
abbe30ad89
2
configure
vendored
2
configure
vendored
@ -2654,7 +2654,7 @@ print_config CONFIG_ $TMPH config.mak $CONFIG_LIST \
|
|||||||
|
|
||||||
echo "#define restrict $_restrict" >> $TMPH
|
echo "#define restrict $_restrict" >> $TMPH
|
||||||
|
|
||||||
if enabled small; then
|
if enabled small || disabled optimizations; then
|
||||||
echo "#define av_always_inline" >> $TMPH
|
echo "#define av_always_inline" >> $TMPH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user