Skip to content
Snippets Groups Projects
Commit d6ced963 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

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

Originally committed as revision 19308 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8d8409ca
No related branches found
No related tags found
No related merge requests found
......@@ -1882,6 +1882,10 @@ if test $cpu != "generic"; then
add_cflags -mcpu=$cpu
enable fast_unaligned
;;
armv[67]*)
add_cflags -march=$cpu
enable fast_unaligned
;;
armv*)
add_cflags -march=$cpu
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment