rtpbin: Add use-rtsp-buffering property
[platform/upstream/gst-plugins-good.git] / gst / goom / meson.build
1 goom_sources = [
2   'gstgoom.c',
3   'drawmethods.c',
4   'sound_tester.c',
5   'mathtools.c',
6   'lines.c',
7   'ifs.c',
8   'surf3d.c',
9   'tentacle3d.c',
10   'v3d.c',
11   'convolve_fx.c',
12   'flying_stars_fx.c',
13   'plugin_info.c',
14   'goom_tools.c',
15   'config_param.c',
16   'filters.c',
17   'goom_core.c',
18   'graphic.c',
19 ]
20
21
22 gstgoom = library('gstgoom',
23   goom_sources,
24   c_args : gst_plugins_good_args,
25   include_directories : [configinc],
26   dependencies : [gst_dep, gstpbutils_dep, gstbase_dep, orc_dep, libm],
27   install : true,
28   install_dir : plugins_install_dir,
29 )
30 pkgconfig.generate(gstgoom, install_dir : plugins_pkgconfig_install_dir)