gstreamer/subprojects/gst-plugins-base/gst/pbtypes/meson.build

14 lines
292 B
Meson

gstpbtypes_sources = [
'gstpbtypes.c'
]
gstpbtypes = library('gstpbtypes',
gstpbtypes_sources,
c_args : gst_plugins_base_args,
include_directories: [configinc, libsinc],
dependencies : [video_dep],
install : true,
install_dir : plugins_install_dir,
)
plugins += [gstpbtypes]