[Ffmpeg-cvslog] r7748 - trunk/configure
diego
subversion
Sun Jan 28 17:50:06 CET 2007
Author: diego
Date: Sun Jan 28 17:50:05 2007
New Revision: 7748
Modified:
trunk/configure
Log:
Fix wrong condition check in the memalign error output.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Jan 28 17:50:05 2007
@@ -1543,7 +1543,7 @@
check_header malloc.h
check_func memalign
-if disabled memalign && enabled_all need_memalign memalign_hack ; then
+if disabled_all memalign memalign_hack && enabled_all need_memalign ; then
die "Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack."
fi
More information about the ffmpeg-cvslog
mailing list