gstreamer/subprojects/gst-plugins-bad/gst/insertbin/meson.build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
328 B
Meson
Raw Normal View History

insertbin_sources = [
'plugin.c'
]
gstinsertbin = library('gstinsertbin',
insertbin_sources,
c_args : gst_plugins_bad_args + [ '-DGST_USE_UNSTABLE_API' ],
include_directories : [configinc],
dependencies : [gst_dep, gstinsertbin_dep],
install : true,
install_dir : plugins_install_dir,
)
plugins += [gstinsertbin]