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