]> git.sesse.net Git - vlc/blob - modules/codec/Modules.am
shine: Forward port of fixed integer MP3 encoder.
[vlc] / modules / codec / Modules.am
1 SUBDIRS = cmml dmo avcodec shine subtitles spudec wmafixed xvmc
2 SOURCES_a52 = a52.c
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_tarkin = tarkin.c
9 SOURCES_theora = theora.c
10 SOURCES_tremor = vorbis.c
11 SOURCES_speex = speex.c
12 SOURCES_adpcm = adpcm.c
13 SOURCES_mpeg_audio = mpeg_audio.c
14 SOURCES_libmpeg2 = libmpeg2.c
15 SOURCES_rawvideo = rawvideo.c
16 SOURCES_quicktime = quicktime.c
17 SOURCES_faad = faad.c
18 SOURCES_dvbsub = dvbsub.c
19 SOURCES_telx = telx.c
20 SOURCES_mash = mash.cpp
21 SOURCES_x264 = x264.c
22 SOURCES_twolame = twolame.c
23 SOURCES_dirac = dirac.c
24 SOURCES_png = png.c
25 SOURCES_svcdsub = svcdsub.c
26 SOURCES_cvdsub = cvdsub.c
27 SOURCES_fake = fake.c
28 SOURCES_invmem = invmem.c
29 SOURCES_realaudio = realaudio.c
30 SOURCES_realvideo = realvideo.c
31 SOURCES_sdl_image = sdl_image.c
32 SOURCES_zvbi = zvbi.c
33 SOURCES_csri = csri.c
34 SOURCES_cdg = cdg.c
35 SOURCES_fluidsynth = fluidsynth.c
36 SOURCES_cc = cc.c cc.h
37 SOURCES_kate = kate.c
38 SOURCES_schroedinger = schroedinger.c
39 SOURCES_libass = libass.c
40 SOURCES_aes3 = aes3.c
41
42 libvlc_LTLIBRARIES += \
43         liba52_plugin.la \
44         libadpcm_plugin.la \
45         libaes3_plugin.la \
46         libaraw_plugin.la \
47         libcc_plugin.la \
48         libcdg_plugin.la \
49         libcvdsub_plugin.la \
50         libdts_plugin.la \
51         libflac_plugin.la \
52         libdvbsub_plugin.la \
53         liblpcm_plugin.la \
54         libmpeg_audio_plugin.la \
55         librawvideo_plugin.la \
56         libsvcdsub_plugin.la \
57         libinvmem_plugin.la \
58         $(NULL)