[x264-devel] Fix detection of Alpha CPU arch on alphaev67
Fabian Greffrath
git at videolan.org
Sat Oct 22 02:30:22 CEST 2011
x264 | branch: master | Fabian Greffrath <fabian+debian at greffrath.com> | Fri Oct 7 19:04:17 2011 -0700| [f8825a4a6f827bb28fffb75a7cc1a6c386088828] | committer: Jason Garrett-Glaser
Fix detection of Alpha CPU arch on alphaev67
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=f8825a4a6f827bb28fffb75a7cc1a6c386088828
---
configure | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index 7aea31f..3aadd18 100755
--- a/configure
+++ b/configure
@@ -580,6 +580,9 @@ case $host_cpu in
ia64)
ARCH="IA64"
;;
+ alpha*)
+ ARCH="ALPHA"
+ ;;
*)
ARCH="$(echo $host_cpu | tr a-z A-Z)"
;;
More information about the x264-devel
mailing list