Skip to content
Snippets Groups Projects
Commit 26b7199e authored by Michael Kostylev's avatar Michael Kostylev Committed by Måns Rullgård
Browse files

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
parent efdc74ef
No related branches found
No related tags found
No related merge requests found
......@@ -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"
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment