2016-08-12 15:42:30 +00:00
|
|
|
effect_sources = [
|
|
|
|
'gsteffectv.c', 'gstedge.c', 'gstaging.c', 'gstdice.c', 'gstwarp.c',
|
|
|
|
'gstshagadelic.c', 'gstvertigo.c', 'gstrev.c', 'gstquark.c', 'gstop.c',
|
|
|
|
'gstradioac.c', 'gststreak.c', 'gstripple.c'
|
|
|
|
]
|
|
|
|
|
|
|
|
gsteffectv = library('gsteffectv',
|
|
|
|
effect_sources,
|
|
|
|
c_args : gst_plugins_good_args,
|
|
|
|
include_directories : [configinc],
|
|
|
|
dependencies : [gst_dep, gstbase_dep, gstvideo_dep, libm],
|
|
|
|
install : true,
|
|
|
|
install_dir : plugins_install_dir,
|
|
|
|
)
|
2018-04-24 18:06:10 +00:00
|
|
|
pkgconfig.generate(gsteffectv, install_dir : plugins_pkgconfig_install_dir)
|
2018-10-22 09:39:55 +00:00
|
|
|
plugins += [gsteffectv]
|