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