X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcodec%2FModules.am;h=0f87d0de11fdc4b8b0c03bf2a76a3079fb415271;hb=1bc0649628075569c7b6be7c6361c7d88b7005fe;hp=6dc1b21877f70d242800677f6e632d3430d4f0c6;hpb=17aa2b4ee261c8e696de42e64c091a324f13e5c9;p=vlc diff --git a/modules/codec/Modules.am b/modules/codec/Modules.am index 6dc1b21877..0f87d0de11 100644 --- a/modules/codec/Modules.am +++ b/modules/codec/Modules.am @@ -1,8 +1,7 @@ -# Disabled modules +SUBDIRS = cmml dmo avcodec subtitles spudec xvmc SOURCES_a52 = a52.c -SOURCES_cinepak = cinepak.c SOURCES_dts = dts.c -SOURCES_flacdec = flac.c +SOURCES_flac = flac.c SOURCES_lpcm = lpcm.c SOURCES_araw = araw.c SOURCES_vorbis = vorbis.c @@ -15,9 +14,9 @@ SOURCES_mpeg_audio = mpeg_audio.c SOURCES_libmpeg2 = libmpeg2.c SOURCES_rawvideo = rawvideo.c SOURCES_quicktime = quicktime.c -SOURCES_subsdec = subsdec.c SOURCES_faad = faad.c SOURCES_dvbsub = dvbsub.c +SOURCES_telx = telx.c SOURCES_mash = mash.cpp SOURCES_x264 = x264.c SOURCES_twolame = twolame.c @@ -25,3 +24,33 @@ 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_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 +SOURCES_kate = kate.c +SOURCES_schroedinger = schroedinger.c +SOURCES_libass = libass.c +SOURCES_aes3 = aes3.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 \ + libflac_plugin.la \ + libdvbsub_plugin.la \ + liblpcm_plugin.la \ + libmpeg_audio_plugin.la \ + librawvideo_plugin.la \ + libsvcdsub_plugin.la \ + $(NULL)