mirror of https://git.ffmpeg.org/ffmpeg.git
configure: recognise more sparc variants as --cpu argument
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
121604b024
commit
eadfb0560a
|
@ -2568,12 +2568,12 @@ elif enabled x86; then
|
|||
elif enabled sparc; then
|
||||
|
||||
case $cpu in
|
||||
niagara)
|
||||
cypress|f93[04]|tsc701|sparcl*|supersparc|hypersparc|niagara|v[789])
|
||||
cpuflags="-mcpu=$cpu"
|
||||
disable vis
|
||||
;;
|
||||
sparc64)
|
||||
cpuflags="-mcpu=v9"
|
||||
ultrasparc*|niagara[234])
|
||||
cpuflags="-mcpu=$cpu"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue