]> git.sesse.net Git - vlc/blob - modules/video_filter/Modules.am
String removal
[vlc] / modules / video_filter / Modules.am
1 SOURCES_mosaic = mosaic.c mosaic.h
2 SOURCES_transform = transform.c
3 SOURCES_invert = invert.c
4 SOURCES_mirror = mirror.c
5 SOURCES_adjust = adjust.c adjust_sat_hue.c adjust_sat_hue.h
6 SOURCES_wall = wall.c
7 SOURCES_clone = clone.c
8 SOURCES_motionblur = motionblur.c
9 SOURCES_logo = logo.c
10 SOURCES_audiobargraph_v = audiobargraph_v.c
11 SOURCES_blend = blend.cpp
12 SOURCES_scale = scale.c
13 SOURCES_marq = marq.c
14 SOURCES_rss = rss.c
15 SOURCES_motiondetect = motiondetect.c
16
17 libdeinterlace_plugin_la_SOURCES = \
18         deinterlace/deinterlace.c deinterlace/deinterlace.h \
19         deinterlace/mmx.h deinterlace/common.h \
20         deinterlace/merge.c deinterlace/merge.h \
21         deinterlace/helpers.c deinterlace/helpers.h \
22         deinterlace/algo_basic.c deinterlace/algo_basic.h \
23         deinterlace/algo_x.c deinterlace/algo_x.h \
24         deinterlace/algo_yadif.c deinterlace/algo_yadif.h \
25         deinterlace/yadif.h deinterlace/yadif_template.h \
26         deinterlace/algo_phosphor.c deinterlace/algo_phosphor.h \
27         deinterlace/algo_ivtc.c deinterlace/algo_ivtc.h
28 libdeinterlace_plugin_la_CFLAGS = $(AM_CFLAGS)
29 libdeinterlace_plugin_la_LIBADD = $(AM_LIBADD)
30 if HAVE_NEON
31 libdeinterlace_plugin_la_SOURCES += deinterlace/merge_arm.S
32 libdeinterlace_plugin_la_CFLAGS += -DCAN_COMPILE_ARM
33 endif
34 libvlc_LTLIBRARIES += libdeinterlace_plugin.la
35
36 libdynamicoverlay_plugin_la_SOURCES = \
37         dynamicoverlay/dynamicoverlay_buffer.c \
38         dynamicoverlay/dynamicoverlay_queue.c \
39         dynamicoverlay/dynamicoverlay_list.c \
40         dynamicoverlay/dynamicoverlay_commands.c \
41         dynamicoverlay/dynamicoverlay.c dynamicoverlay/dynamicoverlay.h
42 libdynamicoverlay_plugin_la_CFLAGS = $(AM_CFLAGS)
43 libdynamicoverlay_plugin_la_LIBADD = $(AM_LIBADD)
44 if !HAVE_WIN32
45 libvlc_LTLIBRARIES += libdynamicoverlay_plugin.la
46 endif
47
48 libremoteosd_plugin_la_SOURCES = remoteosd.c remoteosd_rfbproto.h
49 libremoteosd_plugin_la_CFLAGS = $(AM_CFLAGS) $(GCRYPT_CFLAGS)
50 libremoteosd_plugin_la_LIBADD = $(AM_LIBADD) $(GCRYPT_LIBS) $(LIBS_remoteosd)
51 if HAVE_GCRYPT
52 libvlc_LTLIBRARIES += libremoteosd_plugin.la
53 endif
54
55 SOURCES_magnify = magnify.c
56 SOURCES_wave = wave.c
57 SOURCES_ripple = ripple.c
58 SOURCES_posterize = posterize.c
59 SOURCES_psychedelic = psychedelic.c
60 SOURCES_gradient = gradient.c
61 SOURCES_ball = ball.c
62 SOURCES_panoramix = panoramix.c
63 SOURCES_opencv_wrapper = opencv_wrapper.c
64 SOURCES_opencv_example = opencv_example.cpp filter_event_info.h
65
66 if HAVE_DARWIN
67 motion_extra = ../control/unimotion.c ../control/unimotion.h
68 else
69 motion_extra = $(NULL)
70 endif
71 SOURCES_rotate = \
72         rotate.c \
73         ../control/motionlib.c \
74         ../control/motionlib.h \
75         $(motion_extra) \
76         $(NULL)
77
78 SOURCES_puzzle = puzzle.c
79 SOURCES_colorthres = colorthres.c
80 SOURCES_extract = extract.c
81 SOURCES_sharpen = sharpen.c
82 SOURCES_erase = erase.c
83 SOURCES_bluescreen = bluescreen.c
84 SOURCES_alphamask = alphamask.c
85 SOURCES_gaussianblur = gaussianblur.c
86 SOURCES_grain = grain.c
87 SOURCES_croppadd = croppadd.c
88 SOURCES_canvas = canvas.c
89 SOURCES_blendbench = blendbench.c
90 SOURCES_chain = chain.c
91 SOURCES_postproc = postproc.c
92 SOURCES_swscale = swscale.c ../codec/avcodec/chroma.c
93 SOURCES_scene = scene.c
94 SOURCES_sepia = sepia.c
95 SOURCES_yuvp = yuvp.c
96 SOURCES_antiflicker = antiflicker.c
97 SOURCES_atmo = atmo/atmo.cpp \
98         atmo/AtmoDefs.h \
99         atmo/AtmoCalculations.cpp atmo/AtmoCalculations.h \
100         atmo/AtmoConfig.cpp atmo/AtmoConfig.h \
101         atmo/AtmoConnection.cpp atmo/AtmoConnection.h \
102         atmo/AtmoDynData.cpp atmo/AtmoDynData.h \
103         atmo/AtmoExternalCaptureInput.cpp atmo/AtmoExternalCaptureInput.h \
104         atmo/AtmoInput.cpp atmo/AtmoInput.h \
105         atmo/AtmoLiveView.cpp atmo/AtmoLiveView.h \
106         atmo/AtmoOutputFilter.cpp atmo/AtmoOutputFilter.h \
107         atmo/AtmoThread.cpp atmo/AtmoThread.h \
108         atmo/AtmoTools.cpp atmo/AtmoTools.h \
109         atmo/AtmoZoneDefinition.cpp atmo/AtmoZoneDefinition.h \
110         atmo/AtmoChannelAssignment.cpp atmo/AtmoChannelAssignment.h \
111         atmo/AtmoClassicConnection.cpp atmo/AtmoClassicConnection.h \
112         atmo/AtmoDmxSerialConnection.cpp atmo/AtmoDmxSerialConnection.h \
113         atmo/DmxTools.cpp atmo/DmxTools.h \
114         atmo/AtmoMultiConnection.cpp atmo/AtmoMultiConnection.h \
115         atmo/MoMoConnection.cpp atmo/MoMoConnection.h \
116         atmo/FnordlichtConnection.cpp atmo/FnordlichtConnection.h \
117         atmo/AtmoPacketQueue.cpp atmo/AtmoPacketQueue.h
118 SOURCES_gradfun = gradfun.c gradfun.h
119 SOURCES_subsdelay = subsdelay.c
120 SOURCES_hqdn3d = hqdn3d.c hqdn3d.h
121 SOURCES_anaglyph = anaglyph.c
122 noinst_HEADERS = filter_picture.h
123
124 libvlc_LTLIBRARIES += \
125         libadjust_plugin.la \
126         libalphamask_plugin.la \
127         libaudiobargraph_v_plugin.la \
128         libball_plugin.la \
129         libblend_plugin.la \
130         libblendbench_plugin.la \
131         libbluescreen_plugin.la \
132         libcanvas_plugin.la \
133         libchain_plugin.la \
134         libclone_plugin.la \
135         libcolorthres_plugin.la \
136         libcroppadd_plugin.la \
137         liberase_plugin.la \
138         libextract_plugin.la \
139         libgradient_plugin.la \
140         libgrain_plugin.la \
141         libgaussianblur_plugin.la \
142         libinvert_plugin.la \
143         liblogo_plugin.la \
144         libmagnify_plugin.la \
145         libmarq_plugin.la \
146         libmirror_plugin.la \
147         libmosaic_plugin.la \
148         libmotionblur_plugin.la \
149         libmotiondetect_plugin.la \
150         libposterize_plugin.la \
151         libpsychedelic_plugin.la \
152         libpuzzle_plugin.la \
153         libripple_plugin.la \
154         librotate_plugin.la \
155         librss_plugin.la \
156         libscale_plugin.la \
157         libscene_plugin.la \
158         libsepia_plugin.la \
159         libsharpen_plugin.la \
160         libsubsdelay_plugin.la \
161         libtransform_plugin.la \
162         libwall_plugin.la \
163         libwave_plugin.la \
164         libgradfun_plugin.la \
165         libyuvp_plugin.la \
166         libantiflicker_plugin.la \
167         libhqdn3d_plugin.la \
168         libanaglyph_plugin.la