]> git.sesse.net Git - vlc/blob - modules/video_filter/Modules.am
Version all plugins when building for Windows
[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 libdeinterlace_plugin_la_LIBADD = $(AM_LIBADD)
29 if HAVE_NEON
30 libdeinterlace_plugin_la_SOURCES += deinterlace/merge_arm.S
31 libdeinterlace_plugin_la_CFLAGS += -DCAN_COMPILE_ARM
32 endif
33 if HAVE_WIN32
34 libdeinterlace_plugin_la_DEPENDENCIES = libdeinterlace_plugin.rc.o
35 endif
36 libvlc_LTLIBRARIES += libdeinterlace_plugin.la
37
38 libdynamicoverlay_plugin_la_SOURCES = \
39         dynamicoverlay/dynamicoverlay_buffer.c \
40         dynamicoverlay/dynamicoverlay_queue.c \
41         dynamicoverlay/dynamicoverlay_list.c \
42         dynamicoverlay/dynamicoverlay_commands.c \
43         dynamicoverlay/dynamicoverlay.c dynamicoverlay/dynamicoverlay.h
44 libdynamicoverlay_plugin_la_CFLAGS = $(AM_CFLAGS)
45 libdynamicoverlay_plugin_la_LIBADD = $(AM_LIBADD)
46 if !HAVE_WIN32
47 libvlc_LTLIBRARIES += libdynamicoverlay_plugin.la
48 endif
49
50 libremoteosd_plugin_la_SOURCES = remoteosd.c remoteosd_rfbproto.h
51 libremoteosd_plugin_la_CFLAGS = $(AM_CFLAGS) $(GCRYPT_CFLAGS)
52 libremoteosd_plugin_la_LIBADD = $(AM_LIBADD) $(GCRYPT_LIBS) $(LIBS_remoteosd)
53 if HAVE_WIN32
54 libremoteosd_plugin_la_DEPENDENCIES = libremoteosd_plugin.rc.o
55 endif
56 if HAVE_GCRYPT
57 libvlc_LTLIBRARIES += libremoteosd_plugin.la
58 endif
59
60 libpuzzle_plugin_la_SOURCES = \
61         puzzle.c puzzle.h \
62         puzzle_bezier.c puzzle_bezier.h \
63         puzzle_lib.c puzzle_lib.h \
64         puzzle_mgt.c puzzle_mgt.h \
65         puzzle_pce.c puzzle_pce.h
66 libpuzzle_plugin_la_CFLAGS = $(AM_CFLAGS)
67 libpuzzle_plugin_la_LIBADD = $(AM_LIBADD)
68 if HAVE_WIN32
69 libpuzzle_plugin_la_DEPENDENCIES = libpuzzle_plugin.rc.o
70 endif
71 libvlc_LTLIBRARIES += libpuzzle_plugin.la
72
73 SOURCES_magnify = magnify.c
74 SOURCES_wave = wave.c
75 SOURCES_ripple = ripple.c
76 SOURCES_posterize = posterize.c
77 SOURCES_psychedelic = psychedelic.c
78 SOURCES_gradient = gradient.c
79 SOURCES_ball = ball.c
80 SOURCES_opencv_wrapper = opencv_wrapper.c
81 SOURCES_opencv_example = opencv_example.cpp filter_event_info.h
82
83 if HAVE_DARWIN
84 motion_extra = ../control/unimotion.c ../control/unimotion.h
85 else
86 motion_extra = $(NULL)
87 endif
88 SOURCES_rotate = \
89         rotate.c \
90         ../control/motionlib.c \
91         ../control/motionlib.h \
92         $(motion_extra) \
93         $(NULL)
94
95 SOURCES_colorthres = colorthres.c
96 SOURCES_extract = extract.c
97 SOURCES_sharpen = sharpen.c
98 SOURCES_erase = erase.c
99 SOURCES_bluescreen = bluescreen.c
100 SOURCES_alphamask = alphamask.c
101 SOURCES_gaussianblur = gaussianblur.c
102 SOURCES_grain = grain.c
103 SOURCES_croppadd = croppadd.c
104 SOURCES_canvas = canvas.c
105 SOURCES_blendbench = blendbench.c
106 SOURCES_postproc = postproc.c
107 SOURCES_scene = scene.c
108 SOURCES_sepia = sepia.c
109 SOURCES_yuvp = yuvp.c
110 SOURCES_antiflicker = antiflicker.c
111 SOURCES_atmo = atmo/atmo.cpp \
112         atmo/AtmoDefs.h \
113         atmo/AtmoCalculations.cpp atmo/AtmoCalculations.h \
114         atmo/AtmoConfig.cpp atmo/AtmoConfig.h \
115         atmo/AtmoConnection.cpp atmo/AtmoConnection.h \
116         atmo/AtmoDynData.cpp atmo/AtmoDynData.h \
117         atmo/AtmoExternalCaptureInput.cpp atmo/AtmoExternalCaptureInput.h \
118         atmo/AtmoInput.cpp atmo/AtmoInput.h \
119         atmo/AtmoLiveView.cpp atmo/AtmoLiveView.h \
120         atmo/AtmoOutputFilter.cpp atmo/AtmoOutputFilter.h \
121         atmo/AtmoThread.cpp atmo/AtmoThread.h \
122         atmo/AtmoTools.cpp atmo/AtmoTools.h \
123         atmo/AtmoZoneDefinition.cpp atmo/AtmoZoneDefinition.h \
124         atmo/AtmoChannelAssignment.cpp atmo/AtmoChannelAssignment.h \
125         atmo/AtmoClassicConnection.cpp atmo/AtmoClassicConnection.h \
126         atmo/AtmoDmxSerialConnection.cpp atmo/AtmoDmxSerialConnection.h \
127         atmo/DmxTools.cpp atmo/DmxTools.h \
128         atmo/AtmoMultiConnection.cpp atmo/AtmoMultiConnection.h \
129         atmo/MoMoConnection.cpp atmo/MoMoConnection.h \
130         atmo/FnordlichtConnection.cpp atmo/FnordlichtConnection.h \
131         atmo/AtmoPacketQueue.cpp atmo/AtmoPacketQueue.h
132 SOURCES_gradfun = gradfun.c gradfun.h
133 SOURCES_subsdelay = subsdelay.c
134 SOURCES_hqdn3d = hqdn3d.c hqdn3d.h
135 SOURCES_anaglyph = anaglyph.c
136 noinst_HEADERS = filter_picture.h
137
138 libvlc_LTLIBRARIES += \
139         libadjust_plugin.la \
140         libalphamask_plugin.la \
141         libaudiobargraph_v_plugin.la \
142         libball_plugin.la \
143         libblend_plugin.la \
144         libblendbench_plugin.la \
145         libbluescreen_plugin.la \
146         libcanvas_plugin.la \
147         libcolorthres_plugin.la \
148         libcroppadd_plugin.la \
149         liberase_plugin.la \
150         libextract_plugin.la \
151         libgradient_plugin.la \
152         libgrain_plugin.la \
153         libgaussianblur_plugin.la \
154         libinvert_plugin.la \
155         liblogo_plugin.la \
156         libmagnify_plugin.la \
157         libmarq_plugin.la \
158         libmirror_plugin.la \
159         libmosaic_plugin.la \
160         libmotionblur_plugin.la \
161         libmotiondetect_plugin.la \
162         libposterize_plugin.la \
163         libpsychedelic_plugin.la \
164         libripple_plugin.la \
165         librotate_plugin.la \
166         librss_plugin.la \
167         libscale_plugin.la \
168         libscene_plugin.la \
169         libsepia_plugin.la \
170         libsharpen_plugin.la \
171         libsubsdelay_plugin.la \
172         libtransform_plugin.la \
173         libwave_plugin.la \
174         libgradfun_plugin.la \
175         libyuvp_plugin.la \
176         libantiflicker_plugin.la \
177         libhqdn3d_plugin.la \
178         libanaglyph_plugin.la