1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00

fixing typo in some outcommentet code

Originally committed as revision 1727 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2003-04-02 18:01:42 +00:00
parent 553a628497
commit 98ca7790e3

2
configure vendored
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