mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
21e9ad2b8e
And remove references to $(GST_PLUGINS_GL_*)
15 lines
430 B
Makefile
Executable file
15 lines
430 B
Makefile
Executable file
if HAVE_WINDOW_COCOA
|
|
|
|
noinst_PROGRAMS = cocoa-videooverlay
|
|
|
|
cocoa_videooverlay_SOURCES = cocoa-videooverlay.m
|
|
|
|
cocoa_videooverlay_OBJCFLAGS=-I$(top_srcdir)/gst-libs -I$(top_builddir)/gst-libs \
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
|
|
$(GL_CFLAGS) ${GL_OBJCFLAGS}
|
|
cocoa_videooverlay_LDADD=$(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) \
|
|
$(GL_LIBS) -lgstvideo-$(GST_API_VERSION)
|
|
|
|
cocoa_videooverlay_LIBTOOLFLAGS = --tag=OBJC
|
|
|
|
endif
|