mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
8227135f3b
Tests and documentation will follow separately. The mixer elements in the opengl plugin need to stay in -bad for now since they use GstVideoAggregator. https://bugzilla.gnome.org/show_bug.cgi?id=754094
16 lines
410 B
Makefile
Executable file
16 lines
410 B
Makefile
Executable file
if HAVE_WINDOW_COCOA
|
|
|
|
noinst_PROGRAMS = cocoa-videooverlay
|
|
|
|
cocoa_videooverlay_SOURCES = cocoa-videooverlay.m
|
|
|
|
cocoa_videooverlay_OBJCFLAGS=-Wno-error=unused-command-line-argument \
|
|
-fobjc-arc \
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
|
|
$(GL_CFLAGS) $(GL_OBJCFLAGS)
|
|
|
|
cocoa_videooverlay_LDADD= \
|
|
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \
|
|
$(GST_LIBS) $(GL_LIBS)
|
|
|
|
endif
|