[Ffmpeg-cvslog] r7751 - trunk/configure
diego
subversion
Sun Jan 28 18:29:33 CET 2007
Author: diego
Date: Sun Jan 28 18:29:32 2007
New Revision: 7751
Modified:
trunk/configure
Log:
simplify condition
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Jan 28 18:29:32 2007
@@ -1535,7 +1535,7 @@
check_header malloc.h
check_func memalign
-if disabled_all memalign memalign_hack && enabled_all need_memalign ; then
+if disabled_all memalign memalign_hack && enabled 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