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

ARM: enable fast_unaligned when --cpu=armv[67] is specified

Originally committed as revision 19308 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8d8409ca
...@@ -1882,6 +1882,10 @@ if test $cpu != "generic"; then ...@@ -1882,6 +1882,10 @@ if test $cpu != "generic"; then
add_cflags -mcpu=$cpu add_cflags -mcpu=$cpu
enable fast_unaligned enable fast_unaligned
;; ;;
armv[67]*)
add_cflags -march=$cpu
enable fast_unaligned
;;
armv*) armv*)
add_cflags -march=$cpu add_cflags -march=$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