You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
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:
1
configure
vendored
1
configure
vendored
@@ -3058,6 +3058,7 @@ test -n "$malloc_prefix" &&
|
|||||||
echo "#define MALLOC_PREFIX $malloc_prefix" >>$TMPH
|
echo "#define MALLOC_PREFIX $malloc_prefix" >>$TMPH
|
||||||
|
|
||||||
if enabled small || disabled optimizations; then
|
if enabled small || disabled optimizations; then
|
||||||
|
echo "#undef av_always_inline" >> $TMPH
|
||||||
echo "#define av_always_inline" >> $TMPH
|
echo "#define av_always_inline" >> $TMPH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user