]> git.sesse.net Git - vlc/blobdiff - modules/codec/Modules.am
MP4: fix a typo
[vlc] / modules / codec / Modules.am
index 365af7854620f9f24e8bfe8c536d7e68a55ed552..758af571066c42c9c5ed084111dd364c981443ec 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = dmo avcodec shine spudec wmafixed omxil
+SUBDIRS = loader dmo avcodec shine spudec wmafixed omxil
 SOURCES_a52 = a52.c a52.h
 SOURCES_dts = dts.c
 SOURCES_flac = flac.c
@@ -28,15 +28,18 @@ SOURCES_sdl_image = sdl_image.c
 SOURCES_zvbi = zvbi.c
 SOURCES_cdg = cdg.c
 SOURCES_fluidsynth = fluidsynth.c
-SOURCES_cc = cc.c cc.h
+SOURCES_cc = cc.c cc.h substext.h
 SOURCES_kate = kate.c
 SOURCES_schroedinger = schroedinger.c
 SOURCES_libass = libass.c
 SOURCES_aes3 = aes3.c
-SOURCES_subsdec = subsdec.c
+SOURCES_subsdec = subsdec.c substext.h
 SOURCES_subsusf = subsusf.c
 SOURCES_t140 = t140.c
 SOURCES_crystalhd = crystalhd.c
+SOURCES_stl = stl.c
+SOURCES_ddummy = ddummy.c
+SOURCES_edummy = edummy.c
 
 libvlc_LTLIBRARIES += \
        liba52_plugin.la \
@@ -46,8 +49,10 @@ libvlc_LTLIBRARIES += \
        libcc_plugin.la \
         libcdg_plugin.la \
        libcvdsub_plugin.la \
+       libddummy_plugin.la \
        libdts_plugin.la \
        libdvbsub_plugin.la \
+       libedummy_plugin.la \
        liblpcm_plugin.la \
        libmpeg_audio_plugin.la \
        librawvideo_plugin.la \
@@ -55,4 +60,5 @@ libvlc_LTLIBRARIES += \
        libsubsdec_plugin.la \
        libsubsusf_plugin.la \
        libt140_plugin.la \
+       libstl_plugin.la \
        $(NULL)