mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-07 18:14:35 +00:00
5 lines
211 B
Meson
5 lines
211 B
Meson
executable('3dvideo', ['main.cpp', 'mviewwidget.c'],
|
|
cpp_args : [gst_plugins_base_args],
|
|
include_directories: [configinc, libsinc],
|
|
dependencies : [gstgtkhelper_dep, gstgl_dep, x11_dep],
|
|
install: false)
|