X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcodec%2FModules.am;h=8867b8cebcec35759fbf3b466def8c4e084b9af0;hb=c60652e38ac6afd74bd8225e9dae5406f13aaa4f;hp=9a6f8b8ec3af192ee1c5e7350f8ff4ac70d347f1;hpb=65a2a5e74ae2d6a5c01526f61956aa75e249ae27;p=vlc diff --git a/modules/codec/Modules.am b/modules/codec/Modules.am index 9a6f8b8ec3..8867b8cebc 100644 --- a/modules/codec/Modules.am +++ b/modules/codec/Modules.am @@ -1,13 +1,10 @@ -SUBDIRS = cmml dmo avcodec subtitles spudec xvmc -# Disabled modules -SOURCES_a52 = a52.c -SOURCES_cinepak = cinepak.c +SUBDIRS = dmo avcodec shine 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 @@ -26,12 +23,10 @@ SOURCES_dirac = dirac.c 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 @@ -39,3 +34,26 @@ 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 \ + libadpcm_plugin.la \ + libaes3_plugin.la \ + libaraw_plugin.la \ + libcc_plugin.la \ + libcdg_plugin.la \ + libcvdsub_plugin.la \ + libdts_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)