[FFmpeg-devel] [PATCH 1/1] All sun4 machines are SPARCs, not just sun4u
Maya Rashish
coypu at sdf.org
Sun Aug 14 21:23:40 EEST 2016
Allow building on sun4v
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
--
2.9.0
More information about the ffmpeg-devel
mailing list