diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-04-02 18:01:42 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-04-02 18:01:42 +0000 |
commit | 98ca7790e32dab39fd57b5aadf29eed59e790896 (patch) | |
tree | 6df30a764229bc8c738cde65cdfb0ad14879f2fe /configure | |
parent | 553a6284975857c507b99f6b3b34d00e31dbb130 (diff) | |
download | ffmpeg-98ca7790e32dab39fd57b5aadf29eed59e790896.tar.gz |
fixing typo in some outcommentet code
Originally committed as revision 1727 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |