Commit c9f97d82 authored by Roman Shaposhnik's avatar Roman Shaposhnik Committed by Michael Niedermayer

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
parent 50643575
......@@ -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
......
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