diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-18 21:38:16 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-18 21:38:16 +0000 |
commit | a785a3e404bdba9e901431cf9d2e047e8d4b4c1a (patch) | |
tree | c31784d3351c1c9728af1fc6a4bf300b5ef02397 /acconfig.h | |
parent | 0cc3c12037389df276f5233ea5d5bcd7929ddc18 (diff) | |
download | xine-lib-a785a3e404bdba9e901431cf9d2e047e8d4b4c1a.tar.gz xine-lib-a785a3e404bdba9e901431cf9d2e047e8d4b4c1a.tar.bz2 |
Split alsa drivers, more checks about versions. Made xine lib c++ compliant.
CVS patchset: 308
CVS date: 2001/07/18 21:38:16
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 2e0d50d4e..9b15a85b7 100644 --- a/acconfig.h +++ b/acconfig.h @@ -52,6 +52,10 @@ /* Define this if you have Alsa (libasound) installed */ #undef HAVE_ALSA +/* Define this if you have alsa 0.5.x installed */ +#undef HAVE_ALSA05 +/* Define this if you have alsa 0.9.x and more installed */ +#undef HAVE_ALSA09 /* Define this if you have ESD (libesd) installed */ #undef HAVE_ESD |