[FFmpeg-devel] [PATCH] support amdfam10 as --cpu
Reimar Döffinger
Reimar.Doeffinger
Sat Oct 24 17:14:54 CEST 2009
Hello,
seems not that useful to me, but for completeness I suggest supporting
it.
Index: configure
===================================================================
--- configure (revision 20359)
+++ configure (working copy)
@@ -1676,7 +1676,7 @@
disable cmov
;;
# targets that do support conditional mov (cmov)
- i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2)
+ i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10)
cpuflags="-march=$cpu"
enable cmov
enable fast_cmov
More information about the ffmpeg-devel
mailing list