mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-27 18:02:11 +00:00
Add pentium-m to the list of tuning targets
Originally committed as revision 6627 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
15e35274d8
commit
c2095a8f5c
2
configure
vendored
2
configure
vendored
@ -1100,7 +1100,7 @@ if test $tune != "generic"; then
|
||||
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]|pentium-m|prescott|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)
|
||||
|
Loading…
Reference in New Issue
Block a user