Browse Source

fixing typo in some outcommentet code

Originally committed as revision 1727 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 23 years ago
parent
commit
98ca7790e3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

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

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



Loading…
Cancel
Save