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