git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add pentium-m to the list of tuning targets
[ffmpeg.git]
/
configure
diff --git
a/configure
b/configure
index
befd9bc
..
88b24ee
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1100,7
+1100,7
@@
if test $tune != "generic"; then
TUNECPU=ppc970
POWERPCMODE="64bits"
;;
TUNECPU=ppc970
POWERPCMODE="64bits"
;;
- i[3456]86|pentium|pentiumpro|pentium-mmx|pentium[234]|prescott|k6|k6-[23]|athlon|athlon-tbird|athlon-4|athlon-[mx]p|winchip-c6|winchip2|c3|nocona|athlon64|k8|opteron|athlon-fx)
+ i[3456]86|pentium|pentiumpro|pentium-mmx|pentium[234]|p
entium-m|p
rescott|k6|k6-[23]|athlon|athlon-tbird|athlon-4|athlon-[mx]p|winchip-c6|winchip2|c3|nocona|athlon64|k8|opteron|athlon-fx)
add_cflags "-march=$tune"
;;
sparc64)
add_cflags "-march=$tune"
;;
sparc64)