projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
pentium4m is a valid CPU name, add it to the list.
[libav.git]
/
configure
diff --git
a/configure
b/configure
index
4f2ad7a
..
189f6e8
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1426,7
+1426,7
@@
if test $cpu != "generic"; then
enable fast_cmov
;;
# targets that do support conditional mov but on which it's slow
enable fast_cmov
;;
# targets that do support conditional mov but on which it's slow
- pentium4|prescott|nocona)
+ pentium4|p
entium4m|p
rescott|nocona)
add_cflags "-march=$cpu"
enable cmov
disable fast_cmov
add_cflags "-march=$cpu"
enable cmov
disable fast_cmov