]> git.sesse.net Git - vlc/commitdiff
Use one configure option for alsa/access_alsa.
authorDaniel Mierswa <impulze@impulze.org>
Sun, 24 Jan 2010 09:17:56 +0000 (10:17 +0100)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 3 Feb 2010 20:41:53 +0000 (22:41 +0200)
This matches the behaviour of --enable-jack and --enable-oss.

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
configure.ac

index f2e64cad373de4ca326432afb9074921d28086c3..f78d3d8ba605eae1824db82ce149840dc9b27ae8 100644 (file)
@@ -3817,8 +3817,7 @@ PKG_ENABLE_MODULES_VLC([PORTAUDIO], [], [portaudio-2.0], [Portaudio library supp
 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])
+PKG_ENABLE_MODULES_VLC([ALSA], [alsa access_alsa], [alsa >= 1.0.0], [Alsa sound support for linux], [auto])
 
 dnl
 dnl  win32 waveOut plugin