mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
14 lines
420 B
Makefile
Executable file
14 lines
420 B
Makefile
Executable file
if HAVE_WINDOW_COCOA
|
|
|
|
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
|