diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-04-30 20:50:01 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-04-30 20:50:01 +0000 |
commit | bb801c97ea6c020284a8b2bc4083055d2c59aa86 (patch) | |
tree | 1b0e4dffe05d5bfa2838907e4b7553660af350ba | |
parent | 77d0e165b1d1f9de782dc15a2edf35a07d433541 (diff) | |
download | ffmpeg-streaming-bb801c97ea6c020284a8b2bc4083055d2c59aa86.zip ffmpeg-streaming-bb801c97ea6c020284a8b2bc4083055d2c59aa86.tar.gz |
dont use always_inine with -Os
Originally committed as revision 3101 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 \ |