Browse Source

making configure sh script patch by (Roman Shaposhnick <rvs at sun dot com>)

Originally committed as revision 1730 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Roman Shaposhnik Michael Niedermayer 22 years ago
parent
commit
c9f97d8251
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -573,7 +573,7 @@ if test "x$targetos" != "xBeOS" && test "$os2" != "yes"; then
fi
fi

if test "$small" == "yes"; then
if test "$small" = "yes"; then
# CFLAGS=${CFLAGS//-O3/-Os}
CFLAGS="$CFLAGS -Os"
fi


Loading…
Cancel
Save