Commit a0b14ae8 authored by michael's avatar michael

dont use always_inine with -Os


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3101 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 48b25f43
...@@ -1301,6 +1301,10 @@ fi ...@@ -1301,6 +1301,10 @@ fi
echo "#define restrict $_restrict" >> $TMPH 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 # build tree in object directory if source path is different from current one
if test "$source_path_used" = "yes" ; then if test "$source_path_used" = "yes" ; then
DIRS="libavformat libavcodec libavcodec/alpha libavcodec/armv4l libavcodec/i386 \ DIRS="libavformat libavcodec libavcodec/alpha libavcodec/armv4l libavcodec/i386 \
......
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