mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
4e8ad58302
Based on work from Thiago Santos <thiagoss@osg.samsung.com> https://bugzilla.gnome.org/show_bug.cgi?id=682770
11 lines
346 B
Meson
11 lines
346 B
Meson
executable('camctrl', 'camctrl.c',
|
|
dependencies: [gstcontroller_dep, gst_dep],
|
|
c_args : gst_plugins_good_args,
|
|
include_directories : [configinc],
|
|
install: false)
|
|
|
|
executable('v4l2src-renegotiate', 'v4l2src-renegotiate.c',
|
|
dependencies: [gst_dep],
|
|
c_args : gst_plugins_good_args,
|
|
include_directories : [configinc],
|
|
install: false)
|