Browse Source

SPARC: disable VIS for Niagara CPU

The Niagara/T1 supports only a subset of VIS, and even this is very slow.

Patch by Michael Kostylev <michael kostylev gmail>

Originally committed as revision 23045 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Michael Kostylev Måns Rullgård 15 years ago
parent
commit
26b7199e12
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      configure

+ 4
- 0
configure View File

@@ -2018,6 +2018,10 @@ elif enabled x86; then
elif enabled sparc; then

case $cpu in
niagara)
cpuflags="-mcpu=$cpu"
disable vis
;;
sparc64)
cpuflags="-mcpu=v9"
;;


Loading…
Cancel
Save