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