mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-07 01:51:22 +00:00
6 lines
214 B
Meson
6 lines
214 B
Meson
|
executable('switchvideooverlay', 'main.cpp',
|
||
|
cpp_args : [gst_plugins_base_args],
|
||
|
include_directories: [configinc, libsinc],
|
||
|
dependencies : [gstgtkhelper_dep, gstgl_dep, video_dep, x11_dep],
|
||
|
install: false)
|