]> git.sesse.net Git - vlc/blob - modules/video_filter/Modules.am
XML: return node (element name or text value) as const
[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_sepia = sepia.c
56 SOURCES_yuvp = yuvp.c
57 SOURCES_atmo = atmo/atmo.cpp \
58         atmo/AtmoDefs.h \
59         atmo/AtmoCalculations.cpp atmo/AtmoCalculations.h \
60         atmo/AtmoConfig.cpp atmo/AtmoConfig.h \
61         atmo/AtmoConnection.cpp atmo/AtmoConnection.h \
62         atmo/AtmoDynData.cpp atmo/AtmoDynData.h \
63         atmo/AtmoExternalCaptureInput.cpp atmo/AtmoExternalCaptureInput.h \
64         atmo/AtmoInput.cpp atmo/AtmoInput.h \
65         atmo/AtmoLiveView.cpp atmo/AtmoLiveView.h \
66         atmo/AtmoOutputFilter.cpp atmo/AtmoOutputFilter.h \
67         atmo/AtmoThread.cpp atmo/AtmoThread.h \
68         atmo/AtmoTools.cpp atmo/AtmoTools.h \
69         atmo/AtmoZoneDefinition.cpp atmo/AtmoZoneDefinition.h \
70         atmo/AtmoChannelAssignment.cpp atmo/AtmoChannelAssignment.h \
71         atmo/AtmoClassicConnection.cpp atmo/AtmoClassicConnection.h \
72         atmo/AtmoDmxSerialConnection.cpp atmo/AtmoDmxSerialConnection.h \
73         atmo/DmxTools.cpp atmo/DmxTools.h \
74         atmo/AtmoMultiConnection.cpp atmo/AtmoMultiConnection.h \
75         atmo/MoMoConnection.cpp atmo/MoMoConnection.h \
76         atmo/FnordlichtConnection.cpp atmo/FnordlichtConnection.h \
77         atmo/AtmoPacketQueue.cpp atmo/AtmoPacketQueue.h
78 SOURCES_gradfun = gradfun.c gradfun.h
79 noinst_HEADERS = filter_picture.h
80
81 libvlc_LTLIBRARIES += \
82         libadjust_plugin.la \
83         libalphamask_plugin.la \
84         libaudiobargraph_v_plugin.la \
85         libball_plugin.la \
86         libblend_plugin.la \
87         libblendbench_plugin.la \
88         libbluescreen_plugin.la \
89         libcanvas_plugin.la \
90         libchain_plugin.la \
91         libclone_plugin.la \
92         libcolorthres_plugin.la \
93         libcroppadd_plugin.la \
94         libdeinterlace_plugin.la \
95         liberase_plugin.la \
96         libextract_plugin.la \
97         libgradient_plugin.la \
98         libgrain_plugin.la \
99         libgaussianblur_plugin.la \
100         libinvert_plugin.la \
101         liblogo_plugin.la \
102         libmagnify_plugin.la \
103         libmarq_plugin.la \
104         libmirror_plugin.la \
105         libmosaic_plugin.la \
106         libmotionblur_plugin.la \
107         libmotiondetect_plugin.la \
108         libnoise_plugin.la \
109         libposterize_plugin.la \
110         libpsychedelic_plugin.la \
111         libpuzzle_plugin.la \
112         libripple_plugin.la \
113         librotate_plugin.la \
114         librss_plugin.la \
115         librv32_plugin.la \
116         libscale_plugin.la \
117         libscene_plugin.la \
118         libsepia_plugin.la \
119         libsharpen_plugin.la \
120         libtransform_plugin.la \
121         libwall_plugin.la \
122         libwave_plugin.la \
123         libgradfun_plugin.la \
124         libyuvp_plugin.la