mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
bea4d13a99
The gtk helper library includes videooverlay.h hence must have a dependency on video_dep, this allow removing the dep from the dependant executables.
5 lines
211 B
Meson
5 lines
211 B
Meson
executable('3dvideo', ['main.cpp', 'mviewwidget.c'],
|
|
cpp_args : [gst_plugins_base_args],
|
|
include_directories: [configinc, libsinc],
|
|
dependencies : [gstgtkhelper_dep, gstgl_dep, x11_dep],
|
|
install: false)
|