gl: rename cocoa example and move it to its parent directory

This commit is contained in:
Julien Isorce 2014-05-02 05:46:18 +01:00 committed by Tim-Philipp Müller
parent a6b2cd4c14
commit 5150408da3
5 changed files with 13 additions and 17 deletions

1
tests/examples/gl/cocoa/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
cocoa-videooverlay

View file

@ -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

View file

@ -1 +0,0 @@
videooverlay

View file

@ -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