diff options
author | Matthias Kretz <kretz@kde.org> | 2007-04-11 14:50:48 +0000 |
---|---|---|
committer | Matthias Kretz <kretz@kde.org> | 2007-04-11 14:50:48 +0000 |
commit | 30db6d87cbbd5e4fabad91c1c320a5001b083f14 (patch) | |
tree | 91a6eacd3ea3adea44450cdadbfb7e9d9eb0bc06 /modules/config-alsa.h.cmake | |
parent | f8b81f2d6d89d867ab0034e36e3891eb16ca3a8e (diff) | |
download | extra-cmake-modules-30db6d87cbbd5e4fabad91c1c320a5001b083f14.tar.gz extra-cmake-modules-30db6d87cbbd5e4fabad91c1c320a5001b083f14.tar.bz2 |
warn about older libasound versions that don't work correctly when using
dmix:<cardnum>,<devicenum>
svn path=/trunk/KDE/kdelibs/; revision=652606
Diffstat (limited to 'modules/config-alsa.h.cmake')
-rw-r--r-- | modules/config-alsa.h.cmake | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/config-alsa.h.cmake b/modules/config-alsa.h.cmake index 9c9e1683..44374cfa 100644 --- a/modules/config-alsa.h.cmake +++ b/modules/config-alsa.h.cmake @@ -15,11 +15,6 @@ /* Define to 1 if you have the <awe_voice.h> header file. */ #cmakedefine HAVE_AWE_VOICE_H 1 - - -/* Define if you have libasound.so.1 (for ALSA 0.5.x support - disabled now) */ -/* #undef HAVE_LIBASOUND */ - /* Define if you have libasound.so.2 (required for ALSA 0.9.x support) */ #cmakedefine HAVE_LIBASOUND2 1 @@ -32,3 +27,8 @@ /* Define to 1 if you have the <sys/asoundlib.h> header file. */ #cmakedefine HAVE_SYS_ASOUNDLIB_H 1 +/* Define to 1 if you have the <sys/soundcard.h> header file. */ +#cmakedefine HAVE_SYS_SOUNDCARD_H 1 + +/* Define to 1 if you have the <machine/soundcard.h> header file. */ +#cmakedefine HAVE_MACHINE_SOUNDCARD_H 1 |