[SCM] libav/experimental: fixing typo in some outcommentet code

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:35:49 UTC 2013


The following commit has been merged in the experimental branch:
commit 98ca7790e32dab39fd57b5aadf29eed59e790896
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Apr 2 18:01:42 2003 +0000

    fixing typo in some outcommentet code
    
    Originally committed as revision 1727 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 79720d7..ac53736 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
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list