examples/gl: Cocoa example Meson build definitions

This commit is contained in:
Philippe Normand 2018-12-23 20:27:27 +01:00 committed by Matthew Waters
parent 70bfb3885b
commit e1e958fcd7
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,8 @@
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

View file

@ -1,4 +1,4 @@
# FIXME: subdir('cocoa')
subdir('cocoa')
subdir('generic')
# FIXME: gtk is temporarily disabled.
# See. https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/518