Commit 265de665 authored by Måns Rullgård's avatar Måns Rullgård

accept --cpu=cortex*

Originally committed as revision 13666 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 40c13fec
......@@ -1459,7 +1459,7 @@ if test $cpu != "generic"; then
sparc64)
add_cflags "-mcpu=v9"
;;
arm*)
arm*|cortex*)
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