mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
dont use always_inine with -Os
Originally committed as revision 3101 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
77d0e165b1
commit
bb801c97ea
4
configure
vendored
4
configure
vendored
@ -1301,6 +1301,10 @@ fi
|
||||
|
||||
echo "#define restrict $_restrict" >> $TMPH
|
||||
|
||||
if test "$optimize" = "small"; then
|
||||
echo "#define always_inline" >> $TMPH
|
||||
fi
|
||||
|
||||
# build tree in object directory if source path is different from current one
|
||||
if test "$source_path_used" = "yes" ; then
|
||||
DIRS="libavformat libavcodec libavcodec/alpha libavcodec/armv4l libavcodec/i386 \
|
||||
|
Loading…
Reference in New Issue
Block a user