]> git.sesse.net Git - vlc/blobdiff - modules/codec/Modules.am
Move a bunch of plugins out of configure.ac
[vlc] / modules / codec / Modules.am
index 2b4d8593015c1feb165de65c499e347404a31663..2a10ce6a7d76274fc598a023e2f072213eb565e5 100644 (file)
@@ -1,5 +1,4 @@
 SUBDIRS = cmml dmo avcodec subtitles spudec xvmc
-# Disabled modules
 SOURCES_a52 = a52.c
 SOURCES_dts = dts.c
 SOURCES_flac = flac.c
@@ -38,3 +37,19 @@ 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 \
+       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)