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