From 98ca7790e32dab39fd57b5aadf29eed59e790896 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 2 Apr 2003 18:01:42 +0000 Subject: [PATCH] fixing typo in some outcommentet code Originally committed as revision 1727 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 79720d7fb1..ac53736251 100755 --- a/configure +++ b/configure @@ -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 -- GitLab