diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-24 07:17:37 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-24 07:17:37 +0000 |
commit | c91eb356a10124ed87c89e1e0a3caf3b5e1f86bc (patch) | |
tree | d85924d9f15c4f9ced1db9903ee8d81cfee6c7fd /acconfig.h | |
parent | 9d3c2abaa8e7a6f9edea6166203e4deea257ccb1 (diff) | |
download | xine-lib-c91eb356a10124ed87c89e1e0a3caf3b5e1f86bc.tar.gz xine-lib-c91eb356a10124ed87c89e1e0a3caf3b5e1f86bc.tar.bz2 |
added arts audio support contributed by Philip Stadermann
CVS patchset: 226
CVS date: 2001/06/24 07:17:37
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 7e747e199..6d8b3ca26 100644 --- a/acconfig.h +++ b/acconfig.h @@ -58,3 +58,9 @@ /* Define this if you have kernel statistics available via kstat interface */ #undef HAVE_KSTAT + +/* Define this if you have ARTS (libartsc) installed */ +#undef HAVE_ARTS + +/* Define this if you have ARTS (libartsc) installed */ +#undef HAVE_ARTS |