[Ffmpeg-cvslog] r6748 - trunk/configure
gpoirier
subversion
Fri Oct 20 15:08:25 CEST 2006
Author: gpoirier
Date: Fri Oct 20 15:08:24 2006
New Revision: 6748
Modified:
trunk/configure
Log:
fix harmless typo / consistency fix
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Fri Oct 20 15:08:24 2006
@@ -1109,7 +1109,7 @@
# targets that do support conditional mov (cmov)
i686|pentiumpro|pentium[234]|pentium-m|prescott|athlon|athlon-tbird|athlon-4|athlon-[mx]p|nocona|athlon64|k8|opteron|athlon-fx)
add_cflags "-march=$cpu"
- cmov=yes
+ cmov="yes"
;;
sparc64)
add_cflags "-mcpu=v9"
More information about the ffmpeg-cvslog
mailing list