]> git.sesse.net Git - vlc/blob - modules/video_filter/Modules.am
android_window: check subtitles bounds
[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_fps = fps.c
14 SOURCES_motiondetect = motiondetect.c
15
16 libdeinterlace_plugin_la_SOURCES = \
17         deinterlace/deinterlace.c deinterlace/deinterlace.h \
18         deinterlace/mmx.h deinterlace/common.h \
19         deinterlace/merge.c deinterlace/merge.h \
20         deinterlace/helpers.c deinterlace/helpers.h \
21         deinterlace/algo_basic.c deinterlace/algo_basic.h \
22         deinterlace/algo_x.c deinterlace/algo_x.h \
23         deinterlace/algo_yadif.c deinterlace/algo_yadif.h \
24         deinterlace/yadif.h deinterlace/yadif_template.h \
25         deinterlace/algo_phosphor.c deinterlace/algo_phosphor.h \
26         deinterlace/algo_ivtc.c deinterlace/algo_ivtc.h
27 # inline ASM doesn't build with -O0
28 libdeinterlace_plugin_la_CFLAGS = $(AM_CFLAGS) -O2
29 if HAVE_NEON
30 libdeinterlace_plugin_la_SOURCES += deinterlace/merge_arm.S
31 libdeinterlace_plugin_la_CFLAGS += -DCAN_COMPILE_ARM
32 endif
33 video_filter_LTLIBRARIES += libdeinterlace_plugin.la
34
35 libdynamicoverlay_plugin_la_SOURCES = \
36         dynamicoverlay/dynamicoverlay_buffer.c \
37         dynamicoverlay/dynamicoverlay_queue.c \
38         dynamicoverlay/dynamicoverlay_list.c \
39         dynamicoverlay/dynamicoverlay_commands.c \
40         dynamicoverlay/dynamicoverlay.c dynamicoverlay/dynamicoverlay.h
41 if !HAVE_WIN32
42 video_filter_LTLIBRARIES += libdynamicoverlay_plugin.la
43 endif
44
45 libremoteosd_plugin_la_SOURCES = remoteosd.c remoteosd_rfbproto.h
46 libremoteosd_plugin_la_CFLAGS = $(AM_CFLAGS) $(GCRYPT_CFLAGS)
47 libremoteosd_plugin_la_LIBADD = $(GCRYPT_LIBS) $(LIBS_remoteosd) $(LIBPTHREAD)
48 if HAVE_GCRYPT
49 video_filter_LTLIBRARIES += libremoteosd_plugin.la
50 endif
51
52 libpuzzle_plugin_la_SOURCES = \
53         puzzle.c puzzle.h \
54         puzzle_bezier.c puzzle_bezier.h \
55         puzzle_lib.c puzzle_lib.h \
56         puzzle_mgt.c puzzle_mgt.h \
57         puzzle_pce.c puzzle_pce.h
58 libpuzzle_plugin_la_LIBADD = $(LIBM)
59 video_filter_LTLIBRARIES += libpuzzle_plugin.la
60
61 SOURCES_magnify = magnify.c
62 SOURCES_wave = wave.c
63 SOURCES_ripple = ripple.c
64 SOURCES_posterize = posterize.c
65 SOURCES_psychedelic = psychedelic.c
66 SOURCES_gradient = gradient.c
67 SOURCES_ball = ball.c
68 SOURCES_opencv_wrapper = opencv_wrapper.c
69 SOURCES_opencv_example = opencv_example.cpp filter_event_info.h
70
71 librotate_plugin_la_SOURCES = rotate.c
72 librotate_plugin_la_LIBADD = ../control/libvlc_motion.la $(LIBM)
73 librotate_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(video_filterdir)'
74 if HAVE_DARWIN
75 librotate_plugin_la_LDFLAGS += -Wl,-framework,IOKit,-framework,CoreFoundation
76 endif
77 video_filter_LTLIBRARIES += librotate_plugin.la
78
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_postproc = postproc.c
91 SOURCES_scene = scene.c
92 SOURCES_sepia = sepia.c
93 SOURCES_yuvp = yuvp.c
94 SOURCES_antiflicker = antiflicker.c
95 SOURCES_atmo = atmo/atmo.cpp \
96         atmo/AtmoDefs.h \
97         atmo/AtmoCalculations.cpp atmo/AtmoCalculations.h \
98         atmo/AtmoConfig.cpp atmo/AtmoConfig.h \
99         atmo/AtmoConnection.cpp atmo/AtmoConnection.h \
100         atmo/AtmoDynData.cpp atmo/AtmoDynData.h \
101         atmo/AtmoExternalCaptureInput.cpp atmo/AtmoExternalCaptureInput.h \
102         atmo/AtmoInput.cpp atmo/AtmoInput.h \
103         atmo/AtmoLiveView.cpp atmo/AtmoLiveView.h \
104         atmo/AtmoOutputFilter.cpp atmo/AtmoOutputFilter.h \
105         atmo/AtmoThread.cpp atmo/AtmoThread.h \
106         atmo/AtmoTools.cpp atmo/AtmoTools.h \
107         atmo/AtmoZoneDefinition.cpp atmo/AtmoZoneDefinition.h \
108         atmo/AtmoChannelAssignment.cpp atmo/AtmoChannelAssignment.h \
109         atmo/AtmoClassicConnection.cpp atmo/AtmoClassicConnection.h \
110         atmo/AtmoDmxSerialConnection.cpp atmo/AtmoDmxSerialConnection.h \
111         atmo/DmxTools.cpp atmo/DmxTools.h \
112         atmo/AtmoMultiConnection.cpp atmo/AtmoMultiConnection.h \
113         atmo/MoMoConnection.cpp atmo/MoMoConnection.h \
114         atmo/FnordlichtConnection.cpp atmo/FnordlichtConnection.h \
115         atmo/AtmoPacketQueue.cpp atmo/AtmoPacketQueue.h
116 SOURCES_gradfun = gradfun.c gradfun.h
117 SOURCES_subsdelay = subsdelay.c
118 SOURCES_hqdn3d = hqdn3d.c hqdn3d.h
119 SOURCES_anaglyph = anaglyph.c
120 SOURCES_oldmovie = oldmovie.c
121 SOURCES_vhs = vhs.c
122 SOURCES_freeze = freeze.c
123 noinst_HEADERS = filter_picture.h
124
125 video_filter_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         libcolorthres_plugin.la \
135         libcroppadd_plugin.la \
136         liberase_plugin.la \
137         libextract_plugin.la \
138         libgradient_plugin.la \
139         libgrain_plugin.la \
140         libgaussianblur_plugin.la \
141         libinvert_plugin.la \
142         liblogo_plugin.la \
143         libmagnify_plugin.la \
144         libmarq_plugin.la \
145         libmirror_plugin.la \
146         libmosaic_plugin.la \
147         libmotionblur_plugin.la \
148         libmotiondetect_plugin.la \
149         libposterize_plugin.la \
150         libpsychedelic_plugin.la \
151         libripple_plugin.la \
152         librss_plugin.la \
153         libscale_plugin.la \
154         libscene_plugin.la \
155         libsepia_plugin.la \
156         libsharpen_plugin.la \
157         libsubsdelay_plugin.la \
158         libtransform_plugin.la \
159         libwave_plugin.la \
160         libgradfun_plugin.la \
161         libyuvp_plugin.la \
162         libantiflicker_plugin.la \
163         libhqdn3d_plugin.la \
164         libanaglyph_plugin.la \
165         liboldmovie_plugin.la \
166         libvhs_plugin.la \
167         libfps_plugin.la \
168         libfreeze_plugin.la
169