X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_filter%2FModules.am;h=9b559b1f469be8743acc8b7a52f7b2467eecd541;hb=b55ddc8fa43e6798f4ae9bc724758734d6b43310;hp=d8ab571cda0cdd2f1f8a4a4d3c4db37b58f62665;hpb=26e60046898da4294f4686d34fbf499385bbf6d1;p=vlc diff --git a/modules/video_filter/Modules.am b/modules/video_filter/Modules.am index d8ab571cda..9b559b1f46 100644 --- a/modules/video_filter/Modules.am +++ b/modules/video_filter/Modules.am @@ -1,20 +1,157 @@ +SUBDIRS = dynamicoverlay + SOURCES_mosaic = mosaic.c mosaic.h SOURCES_transform = transform.c SOURCES_invert = invert.c -SOURCES_adjust = adjust.c -SOURCES_distort = distort.c +SOURCES_mirror = mirror.c +SOURCES_adjust = adjust.c adjust_sat_hue.c adjust_sat_hue.h SOURCES_wall = wall.c SOURCES_clone = clone.c SOURCES_crop = crop.c SOURCES_motionblur = motionblur.c SOURCES_logo = logo.c -SOURCES_deinterlace = deinterlace.c -SOURCES_blend = blend.c +SOURCES_audiobargraph_v = audiobargraph_v.c +SOURCES_blend = blend.cpp SOURCES_scale = scale.c -SOURCES_time = time.c SOURCES_marq = marq.c SOURCES_rss = rss.c SOURCES_motiondetect = motiondetect.c -SOURCES_rv32 = rv32.c -SOURCES_osdmenu = osdmenu.c -noinst_HEADERS += filter_common.h + +libdeinterlace_plugin_la_SOURCES = \ + deinterlace/deinterlace.c deinterlace/deinterlace.h \ + deinterlace/mmx.h deinterlace/common.h \ + deinterlace/merge.c deinterlace/merge.h \ + deinterlace/helpers.c deinterlace/helpers.h \ + deinterlace/algo_basic.c deinterlace/algo_basic.h \ + deinterlace/algo_x.c deinterlace/algo_x.h \ + deinterlace/algo_yadif.c deinterlace/algo_yadif.h \ + deinterlace/yadif.h deinterlace/yadif_template.h \ + deinterlace/algo_phosphor.c deinterlace/algo_phosphor.h \ + deinterlace/algo_ivtc.c deinterlace/algo_ivtc.h +libdeinterlace_plugin_la_CFLAGS = $(AM_CFLAGS) +libdeinterlace_plugin_la_LIBADD = $(AM_LIBADD) +libdeinterlace_plugin_la_DEPENDENCIES = +if HAVE_NEON +libdeinterlace_plugin_la_SOURCES += deinterlace/merge_arm.S +libdeinterlace_plugin_la_CFLAGS += -DCAN_COMPILE_ARM +endif +libvlc_LTLIBRARIES += libdeinterlace_plugin.la + +libosdmenu_plugin_la_SOURCES = osdmenu.c +libosdmenu_plugin_la_CFLAGS = $(AM_CFLAGS) -DPKGDATADIR=\"$(vlcdatadir)\" +libosdmenu_plugin_la_LIBADD = $(AM_LIBADD) +libosdmenu_plugin_la_DEPENDENCIES = +if BUILD_OSDMENU +libvlc_LTLIBRARIES += libosdmenu_plugin.la +endif + +libremoteosd_plugin_la_SOURCES = remoteosd.c remoteosd_rfbproto.h +libremoteosd_plugin_la_CFLAGS = $(AM_CFLAGS) $(GCRYPT_CFLAGS) +libremoteosd_plugin_la_LIBADD = $(AM_LIBADD) $(GCRYPT_LIBS) $(LIBS_remoteosd) +libremoteosd_plugin_la_DEPENDENCIES = +if HAVE_GCRYPT +libvlc_LTLIBRARIES += libremoteosd_plugin.la +endif + +SOURCES_magnify = magnify.c +SOURCES_wave = wave.c +SOURCES_ripple = ripple.c +SOURCES_posterize = posterize.c +SOURCES_psychedelic = psychedelic.c +SOURCES_gradient = gradient.c +SOURCES_ball = ball.c +SOURCES_panoramix = panoramix.c +SOURCES_opencv_wrapper = opencv_wrapper.c +SOURCES_opencv_example = opencv_example.cpp filter_event_info.h +SOURCES_rotate = rotate.c +SOURCES_puzzle = puzzle.c +SOURCES_colorthres = colorthres.c +SOURCES_extract = extract.c +SOURCES_sharpen = sharpen.c +SOURCES_erase = erase.c +SOURCES_bluescreen = bluescreen.c +SOURCES_alphamask = alphamask.c +SOURCES_gaussianblur = gaussianblur.c +SOURCES_grain = grain.c +SOURCES_croppadd = croppadd.c +SOURCES_canvas = canvas.c +SOURCES_blendbench = blendbench.c +SOURCES_chain = chain.c +SOURCES_postproc = postproc.c +SOURCES_swscale = swscale.c ../codec/avcodec/chroma.c +SOURCES_scene = scene.c +SOURCES_sepia = sepia.c +SOURCES_yuvp = yuvp.c +SOURCES_antiflicker = antiflicker.c +SOURCES_atmo = atmo/atmo.cpp \ + atmo/AtmoDefs.h \ + atmo/AtmoCalculations.cpp atmo/AtmoCalculations.h \ + atmo/AtmoConfig.cpp atmo/AtmoConfig.h \ + atmo/AtmoConnection.cpp atmo/AtmoConnection.h \ + atmo/AtmoDynData.cpp atmo/AtmoDynData.h \ + atmo/AtmoExternalCaptureInput.cpp atmo/AtmoExternalCaptureInput.h \ + atmo/AtmoInput.cpp atmo/AtmoInput.h \ + atmo/AtmoLiveView.cpp atmo/AtmoLiveView.h \ + atmo/AtmoOutputFilter.cpp atmo/AtmoOutputFilter.h \ + atmo/AtmoThread.cpp atmo/AtmoThread.h \ + atmo/AtmoTools.cpp atmo/AtmoTools.h \ + atmo/AtmoZoneDefinition.cpp atmo/AtmoZoneDefinition.h \ + atmo/AtmoChannelAssignment.cpp atmo/AtmoChannelAssignment.h \ + atmo/AtmoClassicConnection.cpp atmo/AtmoClassicConnection.h \ + atmo/AtmoDmxSerialConnection.cpp atmo/AtmoDmxSerialConnection.h \ + atmo/DmxTools.cpp atmo/DmxTools.h \ + atmo/AtmoMultiConnection.cpp atmo/AtmoMultiConnection.h \ + atmo/MoMoConnection.cpp atmo/MoMoConnection.h \ + atmo/FnordlichtConnection.cpp atmo/FnordlichtConnection.h \ + atmo/AtmoPacketQueue.cpp atmo/AtmoPacketQueue.h +SOURCES_gradfun = gradfun.c gradfun.h +SOURCES_subsdelay = subsdelay.c +SOURCES_hqdn3d = hqdn3d.c hqdn3d.h +SOURCES_anaglyph = anaglyph.c +noinst_HEADERS = filter_picture.h + +libvlc_LTLIBRARIES += \ + libadjust_plugin.la \ + libalphamask_plugin.la \ + libaudiobargraph_v_plugin.la \ + libball_plugin.la \ + libblend_plugin.la \ + libblendbench_plugin.la \ + libbluescreen_plugin.la \ + libcanvas_plugin.la \ + libchain_plugin.la \ + libclone_plugin.la \ + libcolorthres_plugin.la \ + libcroppadd_plugin.la \ + liberase_plugin.la \ + libextract_plugin.la \ + libgradient_plugin.la \ + libgrain_plugin.la \ + libgaussianblur_plugin.la \ + libinvert_plugin.la \ + liblogo_plugin.la \ + libmagnify_plugin.la \ + libmarq_plugin.la \ + libmirror_plugin.la \ + libmosaic_plugin.la \ + libmotionblur_plugin.la \ + libmotiondetect_plugin.la \ + libposterize_plugin.la \ + libpsychedelic_plugin.la \ + libpuzzle_plugin.la \ + libripple_plugin.la \ + librotate_plugin.la \ + librss_plugin.la \ + libscale_plugin.la \ + libscene_plugin.la \ + libsepia_plugin.la \ + libsharpen_plugin.la \ + libsubsdelay_plugin.la \ + libtransform_plugin.la \ + libwall_plugin.la \ + libwave_plugin.la \ + libgradfun_plugin.la \ + libyuvp_plugin.la \ + libantiflicker_plugin.la \ + libhqdn3d_plugin.la \ + libanaglyph_plugin.la