mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 23:16:38 +00:00
dd5f7f1bf9
With contributions from: Thibault Saunier <tsaunier@igalia.com> Matthew Waters <matthew@centricular.com> Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues/651 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/661>
5 lines
125 B
Meson
5 lines
125 B
Meson
if have_cxx
|
|
executable('doublecube', 'main.cpp',
|
|
dependencies : [gstgl_dep, gstglproto_dep],
|
|
install: false)
|
|
endif
|