]> git.sesse.net Git - vlc/blob - modules/video_filter/Modules.am
Update NEWS
[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 SOURCES_subsdelay = subsdelay.c
80 noinst_HEADERS = filter_picture.h
81
82 libvlc_LTLIBRARIES += \
83         libadjust_plugin.la \
84         libalphamask_plugin.la \
85         libaudiobargraph_v_plugin.la \
86         libball_plugin.la \
87         libblend_plugin.la \
88         libblendbench_plugin.la \
89         libbluescreen_plugin.la \
90         libcanvas_plugin.la \
91         libchain_plugin.la \
92         libclone_plugin.la \
93         libcolorthres_plugin.la \
94         libcroppadd_plugin.la \
95         libdeinterlace_plugin.la \
96         liberase_plugin.la \
97         libextract_plugin.la \
98         libgradient_plugin.la \
99         libgrain_plugin.la \
100         libgaussianblur_plugin.la \
101         libinvert_plugin.la \
102         liblogo_plugin.la \
103         libmagnify_plugin.la \
104         libmarq_plugin.la \
105         libmirror_plugin.la \
106         libmosaic_plugin.la \
107         libmotionblur_plugin.la \
108         libmotiondetect_plugin.la \
109         libnoise_plugin.la \
110         libposterize_plugin.la \
111         libpsychedelic_plugin.la \
112         libpuzzle_plugin.la \
113         libripple_plugin.la \
114         librotate_plugin.la \
115         librss_plugin.la \
116         librv32_plugin.la \
117         libscale_plugin.la \
118         libscene_plugin.la \
119         libsepia_plugin.la \
120         libsharpen_plugin.la \
121         libsubsdelay_plugin.la \
122         libtransform_plugin.la \
123         libwall_plugin.la \
124         libwave_plugin.la \
125         libgradfun_plugin.la \
126         libyuvp_plugin.la