1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00

accept --cpu=cortex*

Originally committed as revision 13666 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2008-06-05 19:51:13 +00:00
parent 40c13fecfa
commit 265de66542

2
configure vendored
View File

@ -1459,7 +1459,7 @@ if test $cpu != "generic"; then
sparc64)
add_cflags "-mcpu=v9"
;;
arm*)
arm*|cortex*)
add_cflags "-mcpu=$cpu"
;;
*)