]> git.sesse.net Git - vlc/blobdiff - modules/codec/Modules.am
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / codec / Modules.am
index b3441769a3063ac196d467fe115707ade9311406..8867b8cebcec35759fbf3b466def8c4e084b9af0 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = dmo avcodec shine subtitles spudec wmafixed omxil
+SUBDIRS = dmo avcodec shine spudec wmafixed omxil
 SOURCES_a52 = a52.c a52.h
 SOURCES_dts = dts.c
 SOURCES_flac = flac.c
@@ -23,7 +23,6 @@ SOURCES_dirac = dirac.c
 SOURCES_png = png.c
 SOURCES_svcdsub = svcdsub.c
 SOURCES_cvdsub = cvdsub.c
-SOURCES_fake = fake.c
 SOURCES_invmem = invmem.c
 SOURCES_realvideo = realvideo.c
 SOURCES_sdl_image = sdl_image.c
@@ -35,6 +34,9 @@ SOURCES_kate = kate.c
 SOURCES_schroedinger = schroedinger.c
 SOURCES_libass = libass.c
 SOURCES_aes3 = aes3.c
+SOURCES_subsdec = subsass.c subsdec.c subsdec.h
+SOURCES_subsusf = subsusf.c subsdec.h
+SOURCES_t140 = t140.c
 
 libvlc_LTLIBRARIES += \
        liba52_plugin.la \
@@ -45,12 +47,13 @@ libvlc_LTLIBRARIES += \
         libcdg_plugin.la \
        libcvdsub_plugin.la \
        libdts_plugin.la \
-       libfake_plugin.la \
-       libflac_plugin.la \
        libdvbsub_plugin.la \
        liblpcm_plugin.la \
        libmpeg_audio_plugin.la \
        librawvideo_plugin.la \
        libsvcdsub_plugin.la \
        libinvmem_plugin.la \
+       libsubsdec_plugin.la \
+       libsubsusf_plugin.la \
+       libt140_plugin.la \
        $(NULL)