]> git.sesse.net Git - vlc/blob - modules/demux/Modules.am
Add build dependency
[vlc] / modules / demux / Modules.am
1 SUBDIRS = asf avformat avi mp4 mpeg playlist
2 SOURCES_a52sys = a52.c
3 SOURCES_dtssys = dts.c
4 SOURCES_flacsys = flac.c
5 SOURCES_ogg = ogg.c
6 SOURCES_demuxdump = demuxdump.c
7 SOURCES_rawdv = rawdv.c
8 SOURCES_rawvid = rawvid.c
9 SOURCES_au = au.c
10 SOURCES_wav = wav.c
11 SOURCES_mkv = mkv.cpp mp4/libmp4.c mp4/drms.c
12 SOURCES_live555 = live555.cpp ../access/mms/asf.c ../access/mms/buffer.c
13 SOURCES_nsv = nsv.c
14 SOURCES_real = real.c
15 SOURCES_ts = ts.c ../mux/mpeg/csa.c
16 SOURCES_ps = ps.c ps.h
17 SOURCES_mod = mod.c
18 SOURCES_pva = pva.c
19 SOURCES_aiff = aiff.c
20 SOURCES_mjpeg = mjpeg.c
21 SOURCES_subtitle = subtitle.c
22 SOURCES_asademux = subtitle_asa.c asademux.c asademux_defs.h asademux.h
23 SOURCES_ty = ty.c ../codec/cc.h
24 SOURCES_vobsub = vobsub.c
25 SOURCES_voc = voc.c
26 SOURCES_xa = xa.c
27 SOURCES_nuv = nuv.c
28 SOURCES_nsc = nsc.c
29 SOURCES_mpc = mpc.c
30 SOURCES_gme = gme.cpp
31 SOURCES_tta = tta.c
32 SOURCES_vc1 = vc1.c
33 SOURCES_demux_cdg = cdg.c
34 SOURCES_smf = smf.c
35
36 libvlc_LTLIBRARIES += \
37         liba52sys_plugin.la \
38         libaiff_plugin.la \
39         libau_plugin.la \
40         libdemux_cdg_plugin.la \
41         libdemuxdump_plugin.la \
42         libdtssys_plugin.la \
43         libflacsys_plugin.la \
44         libmjpeg_plugin.la \
45         libnsv_plugin.la \
46         libnuv_plugin.la \
47         libpva_plugin.la \
48         librawdv_plugin.la \
49         librawvid_plugin.la \
50         libreal_plugin.la \
51         librtp_plugin.la \
52         libsmf_plugin.la \
53         libsubtitle_plugin.la \
54         libtta_plugin.la \
55         libty_plugin.la \
56         libvc1_plugin.la \
57         libvobsub_plugin.la \
58         libvoc_plugin.la \
59         libwav_plugin.la \
60         libxa_plugin.la \
61         $(NULL)
62
63 # RTP plugin
64 librtp_plugin_la_SOURCES = \
65         rtp.c rtp.h rtpsession.c
66 librtp_plugin_la_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/libs/srtp
67 librtp_plugin_la_LIBADD = $(AM_LIBADD) \
68         $(top_builddir)/libs/srtp/libvlc_srtp.la
69 librtp_plugin_la_DEPENDENCIES = \
70         $(top_builddir)/libs/srtp/libvlc_srtp.la