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