mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
examples/gl: Cocoa example Meson build definitions
This commit is contained in:
parent
70bfb3885b
commit
e1e958fcd7
2 changed files with 9 additions and 1 deletions
8
tests/examples/gl/cocoa/meson.build
Normal file
8
tests/examples/gl/cocoa/meson.build
Normal 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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue