gstreamer/tests/examples/gl/gtk/switchvideooverlay/meson.build

6 lines
203 B
Meson
Raw Normal View History

2018-07-21 02:07:04 +00:00
executable('switchvideooverlay', 'main.cpp',
cpp_args : [gst_plugins_base_args],
include_directories: [configinc, libsinc],
dependencies : [gstgtkhelper_dep, gstgl_dep, x11_dep],
2018-07-21 02:07:04 +00:00
install: false)