]> git.sesse.net Git - vlc/blobdiff - modules/codec/Modules.am
avcodec: Map IMA_QT
[vlc] / modules / codec / Modules.am
index 5e35edab5efe291884ac5245cb09af19baed88cb..026a00e283d1cb7248b8b8210884f888c7dffb38 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
@@ -18,12 +18,12 @@ SOURCES_dvbsub = dvbsub.c
 SOURCES_telx = telx.c
 SOURCES_mash = mash.cpp
 SOURCES_x264 = x264.c
+SOURCES_x26410b = x264.c
 SOURCES_twolame = twolame.c
 SOURCES_dirac = dirac.c
 SOURCES_png = png.c
 SOURCES_svcdsub = svcdsub.c
 SOURCES_cvdsub = cvdsub.c
-SOURCES_realvideo = realvideo.c
 SOURCES_sdl_image = sdl_image.c
 SOURCES_zvbi = zvbi.c
 SOURCES_cdg = cdg.c
@@ -36,8 +36,10 @@ SOURCES_aes3 = aes3.c
 SOURCES_subsdec = subsdec.c substext.h
 SOURCES_subsusf = subsusf.c
 SOURCES_t140 = t140.c
-SOURCES_crystalhd = crystalhd.c
+SOURCES_crystalhd = crystalhd.c h264_nal.h
 SOURCES_stl = stl.c
+SOURCES_ddummy = ddummy.c
+SOURCES_edummy = edummy.c
 
 libvlc_LTLIBRARIES += \
        liba52_plugin.la \
@@ -45,10 +47,12 @@ libvlc_LTLIBRARIES += \
        libaes3_plugin.la \
        libaraw_plugin.la \
        libcc_plugin.la \
-        libcdg_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 \