This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
configure: recognise more sparc variants as --cpu argument
Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n1.1
Michael Kostylev
Mans Rullgard
12 years ago
parent
121604b024
commit
eadfb0560a
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
configure
+ 3
- 3
configure
View File
@@ -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
Write
Preview
Loading…
Cancel
Save