[FFmpeg-cvslog] configure: All sun4 machines are SPARCs, not just sun4u
Maya Rashish
git at videolan.org
Mon Aug 15 03:14:25 EEST 2016
ffmpeg | branch: master | Maya Rashish <coypu at sdf.org> | Sun Aug 14 18:23:40 2016 +0000| [23f505bee0f87c80bb84cabd29bff2149b01e46d] | committer: Michael Niedermayer
configure: All sun4 machines are SPARCs, not just sun4u
Allow building on sun4v
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=23f505bee0f87c80bb84cabd29bff2149b01e46d
---
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)
More information about the ffmpeg-cvslog
mailing list