forked from FFmpeg/FFmpeg
accept --cpu=cortex*
Originally committed as revision 13666 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
40c13fecfa
commit
265de66542
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -1459,7 +1459,7 @@ if test $cpu != "generic"; then
|
|||
sparc64)
|
||||
add_cflags "-mcpu=v9"
|
||||
;;
|
||||
arm*)
|
||||
arm*|cortex*)
|
||||
add_cflags "-mcpu=$cpu"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Reference in a new issue