Commit f2e49553 authored by Måns Rullgård's avatar Måns Rullgård

Enable FAST_UNALIGNED on ARM variants that support it

Originally committed as revision 15609 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent aa8bc0f1
......@@ -1518,7 +1518,11 @@ if test $cpu != "generic"; then
sparc64)
add_cflags "-mcpu=v9"
;;
arm*|cortex*)
arm11*|cortex*)
add_cflags "-mcpu=$cpu"
enable fast_unaligned
;;
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