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

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

16 lines
342 B
Meson
Raw Normal View History

onvif_sources = [
'gstrtponvif.c',
'gstrtponvifparse.c',
'gstrtponviftimestamp.c',
]
gstrtponvif = library('gstrtponvif',
onvif_sources,
c_args : gst_plugins_bad_args,
include_directories : [configinc],
dependencies : [gstrtp_dep, gstbase_dep],
install : true,
install_dir : plugins_install_dir,
)
2018-10-22 09:30:45 +00:00
plugins += [gstrtponvif]