]> git.sesse.net Git - vlc/blobdiff - modules/codec/Modules.am
avcodec: use vlc_GetCPUCount() to set thread count also in encoder
[vlc] / modules / codec / Modules.am
index 2a10ce6a7d76274fc598a023e2f072213eb565e5..44ddcba869c312c60851a5065e9105283022f86b 100644 (file)
@@ -1,11 +1,10 @@
-SUBDIRS = cmml dmo avcodec subtitles spudec xvmc
-SOURCES_a52 = a52.c
+SUBDIRS = dmo avcodec shine subtitles spudec wmafixed omxil
+SOURCES_a52 = a52.c a52.h
 SOURCES_dts = dts.c
 SOURCES_flac = flac.c
 SOURCES_lpcm = lpcm.c
 SOURCES_araw = araw.c
 SOURCES_vorbis = vorbis.c
-SOURCES_tarkin = tarkin.c
 SOURCES_theora = theora.c
 SOURCES_tremor = vorbis.c
 SOURCES_speex = speex.c
@@ -25,11 +24,10 @@ SOURCES_png = png.c
 SOURCES_svcdsub = svcdsub.c
 SOURCES_cvdsub = cvdsub.c
 SOURCES_fake = fake.c
-SOURCES_realaudio = realaudio.c
+SOURCES_invmem = invmem.c
 SOURCES_realvideo = realvideo.c
 SOURCES_sdl_image = sdl_image.c
 SOURCES_zvbi = zvbi.c
-SOURCES_csri = csri.c
 SOURCES_cdg = cdg.c
 SOURCES_fluidsynth = fluidsynth.c
 SOURCES_cc = cc.c cc.h
@@ -44,12 +42,14 @@ libvlc_LTLIBRARIES += \
        libaes3_plugin.la \
        libaraw_plugin.la \
        libcc_plugin.la \
+        libcdg_plugin.la \
        libcvdsub_plugin.la \
        libdts_plugin.la \
-       libflac_plugin.la \
+       libfake_plugin.la \
        libdvbsub_plugin.la \
        liblpcm_plugin.la \
        libmpeg_audio_plugin.la \
        librawvideo_plugin.la \
        libsvcdsub_plugin.la \
+       libinvmem_plugin.la \
        $(NULL)