gstreamer/subprojects/gst-plugins-base/tests/examples/gl/gtk/switchvideooverlay/meson.build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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)