]> git.sesse.net Git - vlc/blobdiff - modules/codec/Modules.am
WinCE intf: LVITEM needs an index
[vlc] / modules / codec / Modules.am
index 128e5958c07a593a20785a38f4b99e078e15c764..1fff3e888fcc913a745598414c872a44e4e90a43 100644 (file)
@@ -1,6 +1,5 @@
-# Disabled modules
+SUBDIRS = cmml dmo avcodec shine subtitles spudec wmafixed xvmc
 SOURCES_a52 = a52.c
-SOURCES_cinepak = cinepak.c
 SOURCES_dts = dts.c
 SOURCES_flac = flac.c
 SOURCES_lpcm = lpcm.c
@@ -15,7 +14,6 @@ SOURCES_mpeg_audio = mpeg_audio.c
 SOURCES_libmpeg2 = libmpeg2.c
 SOURCES_rawvideo = rawvideo.c
 SOURCES_quicktime = quicktime.c
-SOURCES_subsdec = subsdec.c
 SOURCES_faad = faad.c
 SOURCES_dvbsub = dvbsub.c
 SOURCES_telx = telx.c
@@ -27,5 +25,34 @@ SOURCES_png = png.c
 SOURCES_svcdsub = svcdsub.c
 SOURCES_cvdsub = cvdsub.c
 SOURCES_fake = fake.c
+SOURCES_invmem = invmem.c
 SOURCES_realaudio = realaudio.c
+SOURCES_realvideo = realvideo.c
 SOURCES_sdl_image = sdl_image.c
+SOURCES_zvbi = zvbi.c
+SOURCES_csri = csri.c
+SOURCES_cdg = cdg.c
+SOURCES_fluidsynth = fluidsynth.c
+SOURCES_cc = cc.c cc.h
+SOURCES_kate = kate.c
+SOURCES_schroedinger = schroedinger.c
+SOURCES_libass = libass.c
+SOURCES_aes3 = aes3.c
+
+libvlc_LTLIBRARIES += \
+       liba52_plugin.la \
+       libadpcm_plugin.la \
+       libaes3_plugin.la \
+       libaraw_plugin.la \
+       libcc_plugin.la \
+        libcdg_plugin.la \
+       libcvdsub_plugin.la \
+       libdts_plugin.la \
+       libflac_plugin.la \
+       libdvbsub_plugin.la \
+       liblpcm_plugin.la \
+       libmpeg_audio_plugin.la \
+       librawvideo_plugin.la \
+       libsvcdsub_plugin.la \
+       libinvmem_plugin.la \
+       $(NULL)