[vlc-devel] commit: Fix alsa_access building (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Aug 23 23:58:17 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug 23 23:57:44 2009 +0200| [24fb9128c9d8d672e35561bf92acd89de2945ae1] | committer: Jean-Baptiste Kempf
Fix alsa_access building
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=24fb9128c9d8d672e35561bf92acd89de2945ae1
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8962bca..7a38023 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4060,6 +4060,7 @@ dnl
dnl ALSA module
dnl
PKG_ENABLE_MODULES_VLC([ALSA], [], [alsa >= 1.0.0], [Alsa sound support for linux], [auto])
+PKG_ENABLE_MODULES_VLC([ACCESS_ALSA], [access_alsa], [alsa >= 1.0.0], [Alsa access for linux], [auto])
dnl
dnl win32 waveOut plugin
More information about the vlc-devel
mailing list