blob: f266ee1dc13c15d5996694ab2258aa7e706c578b [file] [log] [blame]
smooth_sources = [
'gstsmooth.c',
]
gstsmooth = library('gstsmooth',
smooth_sources,
c_args : gst_plugins_bad_args,
include_directories : [configinc],
dependencies : [gstbase_dep, gstvideo_dep],
install : true,
install_dir : plugins_install_dir,
)