]> git.sesse.net Git - vlc/blobdiff - modules/demux/Modules.am
Qt: CaptureOpenPanel: check and prefill with usual devices
[vlc] / modules / demux / Modules.am
index c03a994ce2cb6d775368016b0bee1c8b69393c57..f37cf314462d4dc938f375b45e4880f1309fd2d0 100644 (file)
@@ -1,4 +1,68 @@
-SOURCES_a52sys = modules/demux/a52sys.c
-SOURCES_ogg = modules/demux/ogg.c
-SOURCES_m3u = modules/demux/m3u.c
-SOURCES_demuxdump = modules/demux/demuxdump.c
+SUBDIRS = asf avformat avi mkv mp4 mpeg playlist
+SOURCES_flacsys = flac.c
+SOURCES_ogg = ogg.c ogg.h oggseek.c oggseek.h vorbis.h kate_categories.c \
+       kate_categories.h xiph.h
+SOURCES_demuxdump = demuxdump.c
+SOURCES_rawdv = rawdv.c
+SOURCES_rawvid = rawvid.c
+SOURCES_au = au.c
+SOURCES_rawaud = rawaud.c
+SOURCES_wav = wav.c
+SOURCES_live555 = live555.cpp ../access/mms/asf.c ../access/mms/buffer.c
+SOURCES_nsv = nsv.c
+SOURCES_real = real.c
+SOURCES_ts = ts.c ../mux/mpeg/csa.c
+SOURCES_ps = ps.c ps.h
+SOURCES_mod = mod.c dummy.cpp
+SOURCES_pva = pva.c
+SOURCES_aiff = aiff.c
+SOURCES_mjpeg = mjpeg.c
+SOURCES_subtitle = subtitle.c
+SOURCES_ty = ty.c ../codec/cc.h
+SOURCES_vobsub = vobsub.c vobsub.h
+SOURCES_voc = voc.c
+SOURCES_xa = xa.c
+SOURCES_nuv = nuv.c
+SOURCES_nsc = nsc.c
+SOURCES_mpc = mpc.c
+SOURCES_gme = gme.cpp
+SOURCES_tta = tta.c
+SOURCES_vc1 = vc1.c
+SOURCES_demux_cdg = cdg.c
+SOURCES_smf = smf.c
+SOURCES_dirac = dirac.c
+SOURCES_image = image.c
+
+libvlc_LTLIBRARIES += \
+       libaiff_plugin.la \
+       libau_plugin.la \
+       librawaud_plugin.la \
+       libdirac_plugin.la \
+       libdemux_cdg_plugin.la \
+       libdemuxdump_plugin.la \
+       libflacsys_plugin.la \
+       libmjpeg_plugin.la \
+       libnsc_plugin.la \
+       libnsv_plugin.la \
+       libnuv_plugin.la \
+       libpva_plugin.la \
+       libps_plugin.la \
+       librawdv_plugin.la \
+       librawvid_plugin.la \
+       libreal_plugin.la \
+       libsmf_plugin.la \
+       libsubtitle_plugin.la \
+       libtta_plugin.la \
+       libty_plugin.la \
+       libvc1_plugin.la \
+       libvobsub_plugin.la \
+       libvoc_plugin.la \
+       libwav_plugin.la \
+       libxa_plugin.la \
+       libimage_plugin.la \
+       $(NULL)
+
+BUILT_SOURCES += dummy.cpp
+
+dummy.cpp:
+       touch dummy.cpp