]> git.sesse.net Git - vlc/blob - modules/demux/Modules.am
AVI: fix potential crash on seek (Closes: LP#803006)
[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_ps = ps.c ps.h
15 SOURCES_mod = mod.c dummy.cpp
16 SOURCES_pva = pva.c
17 SOURCES_aiff = aiff.c
18 SOURCES_mjpeg = mjpeg.c
19 SOURCES_subtitle = subtitle.c
20 SOURCES_ty = ty.c ../codec/cc.h
21 SOURCES_vobsub = vobsub.c vobsub.h
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_tta = tta.c
28 SOURCES_vc1 = vc1.c
29 SOURCES_demux_cdg = cdg.c
30 SOURCES_smf = smf.c
31 SOURCES_gme = gme.c dummy.cpp
32 SOURCES_sid = sid.cpp
33 SOURCES_dirac = dirac.c
34 SOURCES_image = image.c
35 SOURCES_demux_stl = stl.c
36
37 libvlc_LTLIBRARIES += \
38         libaiff_plugin.la \
39         libau_plugin.la \
40         librawaud_plugin.la \
41         libdirac_plugin.la \
42         libdemux_cdg_plugin.la \
43         libdemuxdump_plugin.la \
44         libflacsys_plugin.la \
45         libmjpeg_plugin.la \
46         libnsc_plugin.la \
47         libnsv_plugin.la \
48         libnuv_plugin.la \
49         libpva_plugin.la \
50         libps_plugin.la \
51         librawdv_plugin.la \
52         librawvid_plugin.la \
53         libreal_plugin.la \
54         libsmf_plugin.la \
55         libsubtitle_plugin.la \
56         libtta_plugin.la \
57         libty_plugin.la \
58         libvc1_plugin.la \
59         libvobsub_plugin.la \
60         libvoc_plugin.la \
61         libwav_plugin.la \
62         libxa_plugin.la \
63         libimage_plugin.la \
64         libdemux_stl_plugin.la \
65         $(NULL)
66
67 libts_plugin_la_SOURCES = ts.c ../mux/mpeg/csa.c dvb-text.h
68 libts_plugin_la_CFLAGS = $(AM_CFLAGS) $(DVBPSI_CFLAGS)
69 libts_plugin_la_LIBADD = $(AM_LIBADD) $(DVBPSI_LIBS)
70 libts_plugin_la_DEPENDENCIES =
71 if HAVE_DVBPSI
72 libvlc_LTLIBRARIES += libts_plugin.la
73 endif
74
75 BUILT_SOURCES += dummy.cpp
76
77 dummy.cpp:
78         touch dummy.cpp