]> git.sesse.net Git - vlc/blob - modules/demux/Modules.am
Ignore test binaries
[vlc] / modules / demux / Modules.am
1 SUBDIRS = asf avformat avi mkv mp4 mpeg playlist
2 SOURCES_flacsys = flac.c
3 SOURCES_ogg = ogg.c
4 SOURCES_demuxdump = demuxdump.c
5 SOURCES_rawdv = rawdv.c
6 SOURCES_rawvid = rawvid.c
7 SOURCES_au = au.c
8 SOURCES_wav = wav.c
9 SOURCES_live555 = live555.cpp ../access/mms/asf.c ../access/mms/buffer.c
10 SOURCES_nsv = nsv.c
11 SOURCES_real = real.c
12 SOURCES_ts = ts.c ../mux/mpeg/csa.c
13 SOURCES_ps = ps.c ps.h
14 SOURCES_mod = mod.c
15 SOURCES_pva = pva.c
16 SOURCES_aiff = aiff.c
17 SOURCES_mjpeg = mjpeg.c
18 SOURCES_subtitle = subtitle.c
19 SOURCES_asademux = subtitle_asa.c asademux.c asademux_defs.h asademux.h
20 SOURCES_ty = ty.c ../codec/cc.h
21 SOURCES_vobsub = vobsub.c
22 SOURCES_voc = voc.c
23 SOURCES_xa = xa.c
24 SOURCES_nuv = nuv.c
25 SOURCES_nsc = nsc.c
26 SOURCES_mpc = mpc.c
27 SOURCES_gme = gme.cpp
28 SOURCES_tta = tta.c
29 SOURCES_vc1 = vc1.c
30 SOURCES_demux_cdg = cdg.c
31 SOURCES_smf = smf.c
32 SOURCES_decomp = decomp.c
33
34 libvlc_LTLIBRARIES += \
35         libaiff_plugin.la \
36         libau_plugin.la \
37         libdemux_cdg_plugin.la \
38         libdemuxdump_plugin.la \
39         libflacsys_plugin.la \
40         libmjpeg_plugin.la \
41         libnsc_plugin.la \
42         libnsv_plugin.la \
43         libnuv_plugin.la \
44         libpva_plugin.la \
45         libps_plugin.la \
46         librawdv_plugin.la \
47         librawvid_plugin.la \
48         libreal_plugin.la \
49         libsmf_plugin.la \
50         libsubtitle_plugin.la \
51         libtta_plugin.la \
52         libty_plugin.la \
53         libvc1_plugin.la \
54         libvobsub_plugin.la \
55         libvoc_plugin.la \
56         libwav_plugin.la \
57         libxa_plugin.la \
58         $(NULL)