]> git.sesse.net Git - vlc/blob - modules/video_filter/Modules.am
rawdv: fix unused function
[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 libpuzzle_plugin_la_SOURCES = \
56         puzzle.c puzzle.h \
57         puzzle_bezier.c puzzle_bezier.h \
58         puzzle_lib.c puzzle_lib.h \
59         puzzle_mgt.c puzzle_mgt.h \
60         puzzle_pce.c puzzle_pce.h
61 libpuzzle_plugin_la_CFLAGS = $(AM_CFLAGS)
62 libpuzzle_plugin_la_LIBADD = $(AM_LIBADD)
63 libvlc_LTLIBRARIES += libpuzzle_plugin.la
64
65 SOURCES_magnify = magnify.c
66 SOURCES_wave = wave.c
67 SOURCES_ripple = ripple.c
68 SOURCES_posterize = posterize.c
69 SOURCES_psychedelic = psychedelic.c
70 SOURCES_gradient = gradient.c
71 SOURCES_ball = ball.c
72 SOURCES_panoramix = panoramix.c
73 SOURCES_opencv_wrapper = opencv_wrapper.c
74 SOURCES_opencv_example = opencv_example.cpp filter_event_info.h
75
76 if HAVE_DARWIN
77 motion_extra = ../control/unimotion.c ../control/unimotion.h
78 else
79 motion_extra = $(NULL)
80 endif
81 SOURCES_rotate = \
82         rotate.c \
83         ../control/motionlib.c \
84         ../control/motionlib.h \
85         $(motion_extra) \
86         $(NULL)
87
88 SOURCES_colorthres = colorthres.c
89 SOURCES_extract = extract.c
90 SOURCES_sharpen = sharpen.c
91 SOURCES_erase = erase.c
92 SOURCES_bluescreen = bluescreen.c
93 SOURCES_alphamask = alphamask.c
94 SOURCES_gaussianblur = gaussianblur.c
95 SOURCES_grain = grain.c
96 SOURCES_croppadd = croppadd.c
97 SOURCES_canvas = canvas.c
98 SOURCES_blendbench = blendbench.c
99 SOURCES_chain = chain.c
100 SOURCES_postproc = postproc.c
101 SOURCES_swscale = swscale.c ../codec/avcodec/chroma.c
102 SOURCES_scene = scene.c
103 SOURCES_sepia = sepia.c
104 SOURCES_yuvp = yuvp.c
105 SOURCES_antiflicker = antiflicker.c
106 SOURCES_atmo = atmo/atmo.cpp \
107         atmo/AtmoDefs.h \
108         atmo/AtmoCalculations.cpp atmo/AtmoCalculations.h \
109         atmo/AtmoConfig.cpp atmo/AtmoConfig.h \
110         atmo/AtmoConnection.cpp atmo/AtmoConnection.h \
111         atmo/AtmoDynData.cpp atmo/AtmoDynData.h \
112         atmo/AtmoExternalCaptureInput.cpp atmo/AtmoExternalCaptureInput.h \
113         atmo/AtmoInput.cpp atmo/AtmoInput.h \
114         atmo/AtmoLiveView.cpp atmo/AtmoLiveView.h \
115         atmo/AtmoOutputFilter.cpp atmo/AtmoOutputFilter.h \
116         atmo/AtmoThread.cpp atmo/AtmoThread.h \
117         atmo/AtmoTools.cpp atmo/AtmoTools.h \
118         atmo/AtmoZoneDefinition.cpp atmo/AtmoZoneDefinition.h \
119         atmo/AtmoChannelAssignment.cpp atmo/AtmoChannelAssignment.h \
120         atmo/AtmoClassicConnection.cpp atmo/AtmoClassicConnection.h \
121         atmo/AtmoDmxSerialConnection.cpp atmo/AtmoDmxSerialConnection.h \
122         atmo/DmxTools.cpp atmo/DmxTools.h \
123         atmo/AtmoMultiConnection.cpp atmo/AtmoMultiConnection.h \
124         atmo/MoMoConnection.cpp atmo/MoMoConnection.h \
125         atmo/FnordlichtConnection.cpp atmo/FnordlichtConnection.h \
126         atmo/AtmoPacketQueue.cpp atmo/AtmoPacketQueue.h
127 SOURCES_gradfun = gradfun.c gradfun.h
128 SOURCES_subsdelay = subsdelay.c
129 SOURCES_hqdn3d = hqdn3d.c hqdn3d.h
130 SOURCES_anaglyph = anaglyph.c
131 noinst_HEADERS = filter_picture.h
132
133 libvlc_LTLIBRARIES += \
134         libadjust_plugin.la \
135         libalphamask_plugin.la \
136         libaudiobargraph_v_plugin.la \
137         libball_plugin.la \
138         libblend_plugin.la \
139         libblendbench_plugin.la \
140         libbluescreen_plugin.la \
141         libcanvas_plugin.la \
142         libchain_plugin.la \
143         libclone_plugin.la \
144         libcolorthres_plugin.la \
145         libcroppadd_plugin.la \
146         liberase_plugin.la \
147         libextract_plugin.la \
148         libgradient_plugin.la \
149         libgrain_plugin.la \
150         libgaussianblur_plugin.la \
151         libinvert_plugin.la \
152         liblogo_plugin.la \
153         libmagnify_plugin.la \
154         libmarq_plugin.la \
155         libmirror_plugin.la \
156         libmosaic_plugin.la \
157         libmotionblur_plugin.la \
158         libmotiondetect_plugin.la \
159         libposterize_plugin.la \
160         libpsychedelic_plugin.la \
161         libripple_plugin.la \
162         librotate_plugin.la \
163         librss_plugin.la \
164         libscale_plugin.la \
165         libscene_plugin.la \
166         libsepia_plugin.la \
167         libsharpen_plugin.la \
168         libsubsdelay_plugin.la \
169         libtransform_plugin.la \
170         libwall_plugin.la \
171         libwave_plugin.la \
172         libgradfun_plugin.la \
173         libyuvp_plugin.la \
174         libantiflicker_plugin.la \
175         libhqdn3d_plugin.la \
176         libanaglyph_plugin.la