]> git.sesse.net Git - vlc/blob - modules/video_filter/Modules.am
atmo: add support for new device fnordlicht
[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_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.c 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/AtmoThread.cpp atmo/AtmoThread.h \
66         atmo/AtmoTools.cpp atmo/AtmoTools.h \
67         atmo/AtmoZoneDefinition.cpp atmo/AtmoZoneDefinition.h \
68         atmo/AtmoChannelAssignment.cpp atmo/AtmoChannelAssignment.h \
69         atmo/AtmoClassicConnection.cpp atmo/AtmoClassicConnection.h \
70         atmo/AtmoDmxSerialConnection.cpp atmo/AtmoDmxSerialConnection.h \
71         atmo/DmxTools.cpp atmo/DmxTools.h \
72         atmo/AtmoMultiConnection.cpp atmo/AtmoMultiConnection.h \
73         atmo/MoMoConnection.cpp atmo/MoMoConnection.h \
74         atmo/FnordlichtConnection.cpp atmo/FnordlichtConnection.h \
75         atmo/AtmoPacketQueue.cpp atmo/AtmoPacketQueue.h
76 SOURCES_gradfun = gradfun.c gradfun.h
77 noinst_HEADERS = filter_picture.h
78
79 libvlc_LTLIBRARIES += \
80         libadjust_plugin.la \
81         libalphamask_plugin.la \
82         libaudiobargraph_v_plugin.la \
83         libball_plugin.la \
84         libblend_plugin.la \
85         libblendbench_plugin.la \
86         libbluescreen_plugin.la \
87         libcanvas_plugin.la \
88         libchain_plugin.la \
89         libclone_plugin.la \
90         libcolorthres_plugin.la \
91         libcroppadd_plugin.la \
92         libdeinterlace_plugin.la \
93         liberase_plugin.la \
94         libextract_plugin.la \
95         libgradient_plugin.la \
96         libgrain_plugin.la \
97         libgaussianblur_plugin.la \
98         libinvert_plugin.la \
99         liblogo_plugin.la \
100         libmagnify_plugin.la \
101         libmarq_plugin.la \
102         libmirror_plugin.la \
103         libmosaic_plugin.la \
104         libmotionblur_plugin.la \
105         libmotiondetect_plugin.la \
106         libnoise_plugin.la \
107         libpsychedelic_plugin.la \
108         libpuzzle_plugin.la \
109         libripple_plugin.la \
110         librotate_plugin.la \
111         librss_plugin.la \
112         librv32_plugin.la \
113         libscale_plugin.la \
114         libscene_plugin.la \
115         libsharpen_plugin.la \
116         libwall_plugin.la \
117         libwave_plugin.la \
118         libgradfun_plugin.la \
119         libyuvp_plugin.la