Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
3ff2feee
Commit
3ff2feee
authored
Oct 07, 2011
by
Fabian Greffrath
Committed by
Fiona Glaser
Oct 07, 2011
Browse files
Fix detection of Alpha CPU arch on alphaev67
parent
2701440c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
3ff2feee
...
...
@@ -580,6 +580,9 @@ case $host_cpu in
ia64
)
ARCH
=
"IA64"
;;
alpha
*
)
ARCH
=
"ALPHA"
;;
*
)
ARCH
=
"
$(
echo
$host_cpu
|
tr
a-z A-Z
)
"
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment