Commit 14cbfa75 authored by mru's avatar mru

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19308 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6ea04a4e
...@@ -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