]> git.sesse.net Git - vlc/blobdiff - modules/codec/Modules.am
telx: ignore initial page 100
[vlc] / modules / codec / Modules.am
index 5a4c2e0fdbe6957304ee41c666e8dd2ae378cfdf..0f87d0de11fdc4b8b0c03bf2a76a3079fb415271 100644 (file)
@@ -1,7 +1,5 @@
 SUBDIRS = cmml dmo avcodec subtitles spudec xvmc
-# Disabled modules
 SOURCES_a52 = a52.c
-SOURCES_cinepak = cinepak.c
 SOURCES_dts = dts.c
 SOURCES_flac = flac.c
 SOURCES_lpcm = lpcm.c
@@ -37,3 +35,22 @@ 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 \
+       $(NULL)