From: Philippe Normand Date: Sun, 23 Dec 2018 19:27:27 +0000 (+0100) Subject: examples/gl: Cocoa example Meson build definitions X-Git-Tag: 1.19.3~511^2~1297 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1e958fcd780877d312fc700118c50495d3d12b0;p=platform%2Fupstream%2Fgstreamer.git examples/gl: Cocoa example Meson build definitions --- diff --git a/tests/examples/gl/cocoa/meson.build b/tests/examples/gl/cocoa/meson.build new file mode 100644 index 0000000..2a5ceb7 --- /dev/null +++ b/tests/examples/gl/cocoa/meson.build @@ -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 diff --git a/tests/examples/gl/meson.build b/tests/examples/gl/meson.build index 3d5449c..d092d46 100644 --- a/tests/examples/gl/meson.build +++ b/tests/examples/gl/meson.build @@ -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