mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
5 lines
157 B
Meson
5 lines
157 B
Meson
executable('test-onvif', 'test-onvif.c',
|
|
dependencies: [gst_dep],
|
|
c_args : gst_plugins_good_args,
|
|
include_directories : [configinc],
|
|
install: false)
|