Browse Source

accept --cpu=cortex*

Originally committed as revision 13666 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 17 years ago
parent
commit
265de66542
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

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


Loading…
Cancel
Save