undef av_always_inline before redefining
Fixes numerous warnings with --enable-small or --disable-optimizations. Originally committed as revision 22430 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9885284c22
commit
9a894c48ae
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -3058,6 +3058,7 @@ test -n "$malloc_prefix" &&
|
|||
echo "#define MALLOC_PREFIX $malloc_prefix" >>$TMPH
|
||||
|
||||
if enabled small || disabled optimizations; then
|
||||
echo "#undef av_always_inline" >> $TMPH
|
||||
echo "#define av_always_inline" >> $TMPH
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue