Commit 44e07b44 authored by mru's avatar mru

undef av_always_inline before redefining

Fixes numerous warnings with --enable-small or --disable-optimizations.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22430 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 40f02514
......@@ -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
......
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