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