Commit 9e1ded2b authored by mru's avatar mru

Enable FAST_UNALIGNED on ARM variants that support it

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15609 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7927f7b2
...@@ -1518,7 +1518,11 @@ if test $cpu != "generic"; then ...@@ -1518,7 +1518,11 @@ if test $cpu != "generic"; then
sparc64) sparc64)
add_cflags "-mcpu=v9" add_cflags "-mcpu=v9"
;; ;;
arm*|cortex*) arm11*|cortex*)
add_cflags "-mcpu=$cpu"
enable fast_unaligned
;;
arm*)
add_cflags "-mcpu=$cpu" 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