mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
9 lines
225 B
Meson
9 lines
225 B
Meson
|
|
||
|
if host_system == 'darwin'
|
||
|
executable('cocoa-videooverlay', 'cocoa-videooverlay.m',
|
||
|
objc_args : [gst_plugins_base_args],
|
||
|
include_directories: [configinc],
|
||
|
dependencies : [gstgl_dep,],
|
||
|
install: false)
|
||
|
endif
|