Commit 4b8d28bf authored by gpoirier's avatar gpoirier

fix harmless typo / consistency fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6748 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 35eeedcf
......@@ -1109,7 +1109,7 @@ if test $cpu != "generic"; then
# targets that do support conditional mov (cmov)
i686|pentiumpro|pentium[234]|pentium-m|prescott|athlon|athlon-tbird|athlon-4|athlon-[mx]p|nocona|athlon64|k8|opteron|athlon-fx)
add_cflags "-march=$cpu"
cmov=yes
cmov="yes"
;;
sparc64)
add_cflags "-mcpu=v9"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment