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