mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
gl: rename cocoa example and move it to its parent directory
This commit is contained in:
parent
a6b2cd4c14
commit
5150408da3
5 changed files with 13 additions and 17 deletions
1
tests/examples/gl/cocoa/.gitignore
vendored
Normal file
1
tests/examples/gl/cocoa/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
cocoa-videooverlay
|
|
@ -1,4 +1,14 @@
|
|||
|
||||
if HAVE_WINDOW_COCOA
|
||||
SUBDIRS = videooverlay
|
||||
|
||||
noinst_PROGRAMS = cocoa-videooverlay
|
||||
|
||||
cocoa_videooverlay_SOURCES = cocoa-videooverlay.m
|
||||
|
||||
cocoa_videooverlay_OBJCFLAGS=$(GST_PLUGINS_GL_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
|
||||
$(GL_CFLAGS) ${GL_OBJCFLAGS}
|
||||
cocoa_videooverlay_LDADD=$(GST_PLUGINS_GL_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) \
|
||||
$(GL_LIBS) -lgstvideo-$(GST_API_VERSION)
|
||||
|
||||
cocoa_videooverlay_LIBTOOLFLAGS = --tag=OBJC
|
||||
|
||||
endif
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
videooverlay
|
|
@ -1,14 +0,0 @@
|
|||
if HAVE_WINDOW_COCOA
|
||||
|
||||
noinst_PROGRAMS = videooverlay
|
||||
|
||||
videooverlay_SOURCES = main.m
|
||||
|
||||
videooverlay_OBJCFLAGS=$(GST_PLUGINS_GL_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
|
||||
$(GL_CFLAGS) -I/usr/local/include/gstreamer-${GST_API_VERSION} ${GL_OBJCFLAGS}
|
||||
videooverlay_LDADD=$(GST_PLUGINS_GL_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) \
|
||||
$(GL_LIBS) -lgstvideo-$(GST_API_VERSION)
|
||||
|
||||
videooverlay_LIBTOOLFLAGS = --tag=OBJC
|
||||
|
||||
endif
|
Loading…
Reference in a new issue