]> git.sesse.net Git - vlc/blob - modules/video_filter/Modules.am
d83a9057c0e37380df8eff97ffd2e7fcf552d7a9
[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
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_psychedelic = psychedelic.c
26 SOURCES_gradient = gradient.c
27 SOURCES_ball = ball.c
28 SOURCES_panoramix = panoramix.c
29 SOURCES_opencv_wrapper = opencv_wrapper.c
30 SOURCES_opencv_example = opencv_example.cpp filter_event_info.h
31 SOURCES_rotate = rotate.c
32 SOURCES_noise = noise.c
33 SOURCES_puzzle = puzzle.c
34 SOURCES_colorthres = colorthres.c
35 SOURCES_extract = extract.c
36 SOURCES_sharpen = sharpen.c
37 SOURCES_erase = erase.c
38 SOURCES_bluescreen = bluescreen.c
39 SOURCES_alphamask = alphamask.c
40 SOURCES_gaussianblur = gaussianblur.c
41 SOURCES_grain = grain.c
42 SOURCES_croppadd = croppadd.c
43 SOURCES_canvas = canvas.c
44 SOURCES_blendbench = blendbench.c
45 SOURCES_chain = chain.c
46 SOURCES_postproc = postproc.c
47 SOURCES_swscale = swscale.c ../codec/avcodec/chroma.c
48 SOURCES_swscale_omap = swscale_omap.c \
49         libswscale_nokia770/arm_jit_swscale.c \
50         libswscale_nokia770/arm_colorconv.S \
51         libswscale_nokia770/arm_jit_swscale.h \
52         libswscale_nokia770/arm_colorconv.h
53 SOURCES_scene = scene.c
54 SOURCES_yuvp = yuvp.c
55 SOURCES_atmo = atmo/atmo.cpp \
56         atmo/AtmoDefs.h \
57         atmo/AtmoCalculations.cpp atmo/AtmoCalculations.h \
58         atmo/AtmoConfig.cpp atmo/AtmoConfig.h \
59         atmo/AtmoConnection.cpp atmo/AtmoConnection.h \
60         atmo/AtmoDynData.cpp atmo/AtmoDynData.h \
61         atmo/AtmoExternalCaptureInput.cpp atmo/AtmoExternalCaptureInput.h \
62         atmo/AtmoInput.cpp atmo/AtmoInput.h \
63         atmo/AtmoLiveView.cpp atmo/AtmoLiveView.h \
64         atmo/AtmoOutputFilter.cpp atmo/AtmoOutputFilter.h \
65         atmo/AtmoSerialConnection.cpp atmo/AtmoSerialConnection.h \
66         atmo/AtmoThread.cpp atmo/AtmoThread.h \
67         atmo/AtmoTools.cpp atmo/AtmoTools.h \
68         atmo/AtmoZoneDefinition.cpp atmo/AtmoZoneDefinition.h
69 SOURCES_video_filter_wrapper = wrapper.c
70 noinst_HEADERS = filter_common.h filter_picture.h
71
72 libvlc_LTLIBRARIES += \
73         libadjust_plugin.la \
74         libalphamask_plugin.la \
75         libaudiobargraph_v_plugin.la \
76         libball_plugin.la \
77         libblend_plugin.la \
78         libblendbench_plugin.la \
79         libbluescreen_plugin.la \
80         libcanvas_plugin.la \
81         libchain_plugin.la \
82         libclone_plugin.la \
83         libcolorthres_plugin.la \
84         libcrop_plugin.la \
85         libcroppadd_plugin.la \
86         libdeinterlace_plugin.la \
87         liberase_plugin.la \
88         libextract_plugin.la \
89         libgradient_plugin.la \
90         libgrain_plugin.la \
91         libgaussianblur_plugin.la \
92         libinvert_plugin.la \
93         liblogo_plugin.la \
94         libmagnify_plugin.la \
95         libmarq_plugin.la \
96         libmirror_plugin.la \
97         libmosaic_plugin.la \
98         libmotionblur_plugin.la \
99         libmotiondetect_plugin.la \
100         libnoise_plugin.la \
101         libpsychedelic_plugin.la \
102         libpuzzle_plugin.la \
103         libripple_plugin.la \
104         librotate_plugin.la \
105         librss_plugin.la \
106         librv32_plugin.la \
107         libscale_plugin.la \
108         libscene_plugin.la \
109         libsharpen_plugin.la \
110         libtransform_plugin.la \
111         libwall_plugin.la \
112         libwave_plugin.la \
113         libyuvp_plugin.la \
114         libvideo_filter_wrapper_plugin.la