summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-07-18 21:38:16 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-07-18 21:38:16 +0000
commita785a3e404bdba9e901431cf9d2e047e8d4b4c1a (patch)
treec31784d3351c1c9728af1fc6a4bf300b5ef02397 /acconfig.h
parent0cc3c12037389df276f5233ea5d5bcd7929ddc18 (diff)
downloadxine-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.h4
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