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