X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faudio_output%2FModules.am;h=ce0f47835aa4d6e6555977a2dc751be52fcf0e6a;hb=e6cd528635caf98867b5182bb9d7c6aca02ae1dc;hp=bbc9972ccffa22864f587d68d5dde6b24e188cfb;hpb=cb402493149bfc98e9a216a28532852c8945ef9a;p=vlc diff --git a/modules/audio_output/Modules.am b/modules/audio_output/Modules.am index bbc9972ccf..ce0f47835a 100644 --- a/modules/audio_output/Modules.am +++ b/modules/audio_output/Modules.am @@ -1,11 +1,21 @@ -SOURCES_alsa = alsa.c -SOURCES_arts = arts.c -SOURCES_coreaudio = coreaudio.c -SOURCES_aout_directx = directx.c -SOURCES_esd = esd.c +SOURCES_aout_directx = directx.c windows_audio_common.h SOURCES_aout_file = file.c SOURCES_oss = oss.c SOURCES_aout_sdl = sdl.c -SOURCES_waveout = waveout.c +SOURCES_waveout = waveout.c windows_audio_common.h SOURCES_hd1000a = hd1000a.cpp SOURCES_portaudio = portaudio.c +SOURCES_auhal = auhal.c +SOURCES_jack = jack.c +SOURCES_pulse = pulse.c +SOURCES_audioqueue = audioqueue.c + +libvlc_LTLIBRARIES += libaout_file_plugin.la + +libalsa_plugin_la_SOURCES = alsa.c +libalsa_plugin_la_CFLAGS = $(AM_CFLAGS) $(ALSA_CFLAGS) +libalsa_plugin_la_LIBADD = $(AM_LIBADD) $(ALSA_LIBS) +libalsa_plugin_la_DEPENDENCIES = +if HAVE_ALSA +libvlc_LTLIBRARIES += libalsa_plugin.la +endif