]> git.sesse.net Git - vlc/blob - modules/codec/Modules.am
Opus decoder.
[vlc] / modules / codec / Modules.am
1 SUBDIRS = loader dmo avcodec shine spudec wmafixed omxil
2 SOURCES_a52 = a52.c a52.h
3 SOURCES_dts = dts.c
4 SOURCES_flac = flac.c
5 SOURCES_lpcm = lpcm.c
6 SOURCES_araw = araw.c
7 SOURCES_vorbis = vorbis.c
8 SOURCES_theora = theora.c
9 SOURCES_tremor = vorbis.c
10 SOURCES_speex = speex.c
11 SOURCES_adpcm = adpcm.c
12 SOURCES_opus = opus.c opus_header.c opus_header.h
13 SOURCES_uleaddvaudio = uleaddvaudio.c
14 SOURCES_mpeg_audio = mpeg_audio.c
15 SOURCES_libmpeg2 = libmpeg2.c
16 SOURCES_rawvideo = rawvideo.c
17 SOURCES_quicktime = quicktime.c
18 SOURCES_faad = faad.c
19 SOURCES_dvbsub = dvbsub.c
20 SOURCES_telx = telx.c
21 SOURCES_mash = mash.cpp
22 SOURCES_x264 = x264.c
23 SOURCES_x26410b = x264.c
24 SOURCES_twolame = twolame.c
25 SOURCES_dirac = dirac.c
26 SOURCES_png = png.c
27 SOURCES_svcdsub = svcdsub.c
28 SOURCES_cvdsub = cvdsub.c
29 SOURCES_sdl_image = sdl_image.c
30 SOURCES_zvbi = zvbi.c
31 SOURCES_cdg = cdg.c
32 SOURCES_fluidsynth = fluidsynth.c
33 SOURCES_cc = cc.c cc.h substext.h
34 SOURCES_kate = kate.c
35 SOURCES_schroedinger = schroedinger.c
36 SOURCES_libass = libass.c
37 SOURCES_aes3 = aes3.c
38 SOURCES_subsdec = subsdec.c substext.h
39 SOURCES_subsusf = subsusf.c
40 SOURCES_t140 = t140.c
41 SOURCES_crystalhd = crystalhd.c h264_nal.h
42 SOURCES_stl = stl.c
43 SOURCES_ddummy = ddummy.c
44 SOURCES_edummy = edummy.c
45
46 libvlc_LTLIBRARIES += \
47         liba52_plugin.la \
48         libadpcm_plugin.la \
49         libuleaddvaudio_plugin.la \
50         libaes3_plugin.la \
51         libaraw_plugin.la \
52         libcc_plugin.la \
53         libcdg_plugin.la \
54         libcvdsub_plugin.la \
55         libddummy_plugin.la \
56         libdts_plugin.la \
57         libdvbsub_plugin.la \
58         libedummy_plugin.la \
59         liblpcm_plugin.la \
60         libmpeg_audio_plugin.la \
61         librawvideo_plugin.la \
62         libsvcdsub_plugin.la \
63         libsubsdec_plugin.la \
64         libsubsusf_plugin.la \
65         libt140_plugin.la \
66         libstl_plugin.la \
67         $(NULL)