]> git.sesse.net Git - vlc/blob - modules/video_filter/Modules.am
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / video_filter / Modules.am
1 SUBDIRS = dynamicoverlay
2 SOURCES_mosaic = mosaic.c mosaic.h
3 SOURCES_transform = transform.c
4 SOURCES_invert = invert.c
5 SOURCES_mirror = mirror.c
6 SOURCES_adjust = adjust.c
7 SOURCES_wall = wall.c
8 SOURCES_clone = clone.c
9 SOURCES_crop = crop.c
10 SOURCES_motionblur = motionblur.c
11 SOURCES_logo = logo.c
12 SOURCES_audiobargraph_v = audiobargraph_v.c
13 SOURCES_deinterlace = deinterlace.c yadif.h mmx.h
14 SOURCES_blend = blend.c
15 SOURCES_scale = scale.c
16 SOURCES_marq = marq.c
17 SOURCES_rss = rss.c
18 SOURCES_motiondetect = motiondetect.c
19 SOURCES_rv32 = rv32.c
20 SOURCES_osdmenu = osdmenu.c
21 SOURCES_remoteosd = remoteosd.c remoteosd_rfbproto.h
22 SOURCES_magnify = magnify.c
23 SOURCES_wave = wave.c
24 SOURCES_ripple = ripple.c
25 SOURCES_posterize = posterize.c
26 SOURCES_psychedelic = psychedelic.c
27 SOURCES_gradient = gradient.c
28 SOURCES_ball = ball.c
29 SOURCES_panoramix = panoramix.c
30 SOURCES_opencv_wrapper = opencv_wrapper.c
31 SOURCES_opencv_example = opencv_example.c filter_event_info.h
32 SOURCES_rotate = rotate.c
33 SOURCES_noise = noise.c
34 SOURCES_puzzle = puzzle.c
35 SOURCES_colorthres = colorthres.c
36 SOURCES_extract = extract.c
37 SOURCES_sharpen = sharpen.c
38 SOURCES_erase = erase.c
39 SOURCES_bluescreen = bluescreen.c
40 SOURCES_alphamask = alphamask.c
41 SOURCES_gaussianblur = gaussianblur.c
42 SOURCES_grain = grain.c
43 SOURCES_croppadd = croppadd.c
44 SOURCES_canvas = canvas.c
45 SOURCES_blendbench = blendbench.c
46 SOURCES_chain = chain.c
47 SOURCES_postproc = postproc.c
48 SOURCES_swscale = swscale.c ../codec/avcodec/chroma.c
49 SOURCES_swscale_omap = swscale_omap.c \
50         libswscale_nokia770/arm_jit_swscale.c \
51         libswscale_nokia770/arm_colorconv.S \
52         libswscale_nokia770/arm_jit_swscale.h \
53         libswscale_nokia770/arm_colorconv.h
54 SOURCES_scene = scene.c
55 SOURCES_yuvp = yuvp.c
56 SOURCES_atmo = atmo/atmo.cpp \
57         atmo/AtmoDefs.h \
58         atmo/AtmoCalculations.cpp atmo/AtmoCalculations.h \
59         atmo/AtmoConfig.cpp atmo/AtmoConfig.h \
60         atmo/AtmoConnection.cpp atmo/AtmoConnection.h \
61         atmo/AtmoDynData.cpp atmo/AtmoDynData.h \
62         atmo/AtmoExternalCaptureInput.cpp atmo/AtmoExternalCaptureInput.h \
63         atmo/AtmoInput.cpp atmo/AtmoInput.h \
64         atmo/AtmoLiveView.cpp atmo/AtmoLiveView.h \
65         atmo/AtmoOutputFilter.cpp atmo/AtmoOutputFilter.h \
66         atmo/AtmoThread.cpp atmo/AtmoThread.h \
67         atmo/AtmoTools.cpp atmo/AtmoTools.h \
68         atmo/AtmoZoneDefinition.cpp atmo/AtmoZoneDefinition.h \
69         atmo/AtmoChannelAssignment.cpp atmo/AtmoChannelAssignment.h \
70         atmo/AtmoClassicConnection.cpp atmo/AtmoClassicConnection.h \
71         atmo/AtmoDmxSerialConnection.cpp atmo/AtmoDmxSerialConnection.h \
72         atmo/DmxTools.cpp atmo/DmxTools.h \
73         atmo/AtmoMultiConnection.cpp atmo/AtmoMultiConnection.h \
74         atmo/MoMoConnection.cpp atmo/MoMoConnection.h \
75         atmo/FnordlichtConnection.cpp atmo/FnordlichtConnection.h \
76         atmo/AtmoPacketQueue.cpp atmo/AtmoPacketQueue.h
77 SOURCES_gradfun = gradfun.c gradfun.h
78 noinst_HEADERS = filter_picture.h
79
80 libvlc_LTLIBRARIES += \
81         libadjust_plugin.la \
82         libalphamask_plugin.la \
83         libaudiobargraph_v_plugin.la \
84         libball_plugin.la \
85         libblend_plugin.la \
86         libblendbench_plugin.la \
87         libbluescreen_plugin.la \
88         libcanvas_plugin.la \
89         libchain_plugin.la \
90         libclone_plugin.la \
91         libcolorthres_plugin.la \
92         libcroppadd_plugin.la \
93         libdeinterlace_plugin.la \
94         liberase_plugin.la \
95         libextract_plugin.la \
96         libgradient_plugin.la \
97         libgrain_plugin.la \
98         libgaussianblur_plugin.la \
99         libinvert_plugin.la \
100         liblogo_plugin.la \
101         libmagnify_plugin.la \
102         libmarq_plugin.la \
103         libmirror_plugin.la \
104         libmosaic_plugin.la \
105         libmotionblur_plugin.la \
106         libmotiondetect_plugin.la \
107         libnoise_plugin.la \
108         libposterize_plugin.la \
109         libpsychedelic_plugin.la \
110         libpuzzle_plugin.la \
111         libripple_plugin.la \
112         librotate_plugin.la \
113         librss_plugin.la \
114         librv32_plugin.la \
115         libscale_plugin.la \
116         libscene_plugin.la \
117         libsharpen_plugin.la \
118         libwall_plugin.la \
119         libwave_plugin.la \
120         libgradfun_plugin.la \
121         libyuvp_plugin.la