diff options
author | Matthias Hopf <mat@mshopf.de> | 2001-07-16 19:36:00 +0000 |
---|---|---|
committer | Matthias Hopf <mat@mshopf.de> | 2001-07-16 19:36:00 +0000 |
commit | 0bb6f834ae95cd434110ab1612563994112d75ac (patch) | |
tree | 2cc2b29482da412356c3c8cab8474879d66f47f8 /acconfig.h | |
parent | 65d473e411929996584d8841790a9e583db6781d (diff) | |
download | xine-lib-0bb6f834ae95cd434110ab1612563994112d75ac.tar.gz xine-lib-0bb6f834ae95cd434110ab1612563994112d75ac.tar.bz2 |
IRIX / mips port. Audio and CD support are not implemented yet.
Nuked BUILD_LIB_STATIC.
Changed some architecture dependend code to feature dependend code.
Autoconf'ing CD / DVD ioctl() support.
CVS patchset: 288
CVS date: 2001/07/16 19:36:00
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h index 6d8b3ca26..2e0d50d4e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -17,6 +17,9 @@ /* Define this if you're running Sparc architecture */ #undef __sparc__ +/* Define this if you're running Mips architecture */ +#undef __mips__ + /* Define this if you have mlib installed */ #undef HAVE_MLIB @@ -56,11 +59,18 @@ /* Define this if you have a usable Sun sound interface available */ #undef HAVE_SUNAUDIO -/* Define this if you have kernel statistics available via kstat interface */ -#undef HAVE_KSTAT +/* Define this if you have a usable IRIX al interface available */ +#undef HAVE_IRIXAL /* Define this if you have ARTS (libartsc) installed */ #undef HAVE_ARTS -/* Define this if you have ARTS (libartsc) installed */ -#undef HAVE_ARTS +/* Define this if you have kernel statistics available via kstat interface */ +#undef HAVE_KSTAT + +/* Define this if you have CDROM ioctls */ +#undef HAVE_CDROM_IOCTLS + +/* Define this if you have ip_mreqn in netinet/in.h */ +#undef HAVE_IP_MREQN + |