projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
977d126
)
allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots
author
Måns Rullgård
<mans@mansr.com>
Sun, 14 Jan 2007 00:08:45 +0000
(
00:08
+0000)
committer
Måns Rullgård
<mans@mansr.com>
Sun, 14 Jan 2007 00:08:45 +0000
(
00:08
+0000)
Originally committed as revision 7450 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
155310e
..
7a420ef
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1287,7
+1287,7
@@
if test $cpu != "generic"; then
cmov="no"
;;
# 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)
+ i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx
|core2
)
add_cflags "-march=$cpu"
cmov="yes"
cmov_is_fast="yes"