Commit 0223bd6f authored by Måns Rullgård's avatar Måns Rullgård

ARM: allow --cpu=armvN in configure

Originally committed as revision 15659 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ec0bd3b9
......@@ -1516,6 +1516,9 @@ if test $cpu != "generic"; then
add_cflags "-mcpu=$cpu"
enable fast_unaligned
;;
armv*)
add_cflags "-march=$cpu"
;;
arm*)
add_cflags "-mcpu=$cpu"
;;
......
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