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: allow mips64el and powerpc64 as values for --arch
Originally committed as revision 22439 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård
15 years ago
parent
594a9aebbe
commit
47b1860eef
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
configure
+ 2
- 2
configure
View File
@@ -1897,7 +1897,7 @@ case "$arch" in
mips|mipsel|IP*)
arch="mips"
;;
mips64)
mips64
*
)
arch="mips"
subarch="mips64"
;;
@@ -1911,7 +1911,7 @@ case "$arch" in
"Power Macintosh"|ppc|powerpc)
arch="ppc"
;;
ppc64)
ppc64
|powerpc64
)
arch="ppc"
subarch="ppc64"
;;
Write
Preview
Loading…
Cancel
Save