[Ffmpeg-cvslog] r5823 - trunk/configure
diego
subversion
Mon Jul 24 17:41:16 CEST 2006
Author: diego
Date: Mon Jul 24 17:41:16 2006
New Revision: 5823
Modified:
trunk/configure
Log:
10l: wrong quoting
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Jul 24 17:41:16 2006
@@ -1241,7 +1241,7 @@
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
More information about the ffmpeg-cvslog
mailing list