mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
- fixed compile on ppc.
- added support for ia64.
This commit is contained in:
parent
8f838d87d6
commit
40cfde62d7
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ case "$host" in
|
|||
i?86-*) AC_DEFINE(__i386__);;
|
||||
alpha*-*) AC_DEFINE(__alpha__);;
|
||||
sparc-*) AC_DEFINE(__sparc__);;
|
||||
ppc-*) AC_DEFINE(__ppc__);;
|
||||
ppc-*|powerpc-*) AC_DEFINE(__ppc__);;
|
||||
ia64-*) AC_DEFINE(__ia64__);;
|
||||
*) echo "$host is not currently supported by ac3dec"; exit 1;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue