]> git.sesse.net Git - vlc/blob - modules/audio_output/Modules.am
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / audio_output / Modules.am
1 SOURCES_aout_directx = directx.c windows_audio_common.h
2 SOURCES_aout_file = file.c
3 SOURCES_oss = oss.c
4 SOURCES_aout_sdl = sdl.c
5 SOURCES_waveout = waveout.c windows_audio_common.h
6 SOURCES_hd1000a = hd1000a.cpp
7 SOURCES_portaudio = portaudio.c
8 SOURCES_auhal = auhal.c
9 SOURCES_jack = jack.c
10 SOURCES_pulse = pulse.c
11 SOURCES_audioqueue = audioqueue.c
12
13 libvlc_LTLIBRARIES += libaout_file_plugin.la
14
15 libalsa_plugin_la_SOURCES = alsa.c
16 libalsa_plugin_la_CFLAGS = $(AM_CFLAGS) $(ALSA_CFLAGS)
17 libalsa_plugin_la_LIBADD = $(AM_LIBADD) $(ALSA_LIBS)
18 libalsa_plugin_la_DEPENDENCIES =
19 if HAVE_ALSA
20 libvlc_LTLIBRARIES += libalsa_plugin.la
21 endif