diff mbox

[FFmpeg-devel,1/1] All sun4 machines are SPARCs, not just sun4u

Message ID 20160814182340.GA1506@SDF.ORG
State Accepted
Commit 23f505bee0f87c80bb84cabd29bff2149b01e46d
Headers show

Commit Message

Maya Rashish Aug. 14, 2016, 6:23 p.m. UTC
Allow building on sun4v
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Niedermayer Aug. 15, 2016, 12:12 a.m. UTC | #1
On Sun, Aug 14, 2016 at 06:23:40PM +0000, Maya Rashish wrote:
> Allow building on sun4v
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

applied

btw i assume you have access to such a machine ?
if so, would it be possible to set up a fate client on such a machine
so ffmpegs regression tests are regularly run on it and results
get submitted to
http://fate.ffmpeg.org/

?

Thanks

[...]
diff mbox

Patch

diff --git a/configure b/configure
index bff8159..9b92426 100755
--- a/configure
+++ b/configure
@@ -4212,7 +4212,7 @@  case "$arch" in
     sh4|sh)
         arch="sh4"
     ;;
-    sun4u|sparc*)
+    sun4*|sparc*)
         arch="sparc"
     ;;
     tilegx|tile-gx)