mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
6d04b62e85
libtool: error: ignoring unknown tag OBJC and clang: error: argument unused during compilation: '-pthread'
15 lines
437 B
Makefile
Executable file
15 lines
437 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 \
|
|
-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)
|
|
|
|
endif
|