[SCM] libav/experimental: 10l: wrong quoting

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


The following commit has been merged in the experimental branch:
commit d4b0cca737e9bd1a15765047ec1ccacbd7eacfa6
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Jul 24 15:41:16 2006 +0000

    10l: wrong quoting
    
    Originally committed as revision 5823 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 22a6f6d..dd48d8c 100755
--- a/configure
+++ b/configure
@@ -1241,7 +1241,7 @@ if check_header malloc.h; then
 fi
 
 if test "$_memalign" = "no" -a "$mmx" = "yes" -a \
-        "$memalignhack" != "yes" -a "$targetos != Darwin" ; then
+        "$memalignhack" != "yes" -a "$targetos" != "Darwin" ; then
     die "Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack."
 fi
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list