gl/cocoa: Use OBJCFLAGS where needed

Should fix usage of c-compiler-only flags with an objective-c compiler
This commit is contained in:
Edward Hervey 2014-05-06 12:56:25 +02:00 committed by Tim-Philipp Müller
parent 64a144f114
commit 47a4be4721

View file

@ -22,11 +22,10 @@ libgstgl_cocoa_la_CFLAGS = \
libgstgl_cocoa_la_OBJCFLAGS = \
-I$(top_srcdir)/gst-libs \
-I$(top_builddir)/gst-libs \
$(GL_CFLAGS) \
$(GL_OBJCFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
$(GST_CFLAGS)
$(GST_OBJCFLAGS)
libgstgl_cocoa_la_LDFLAGS = \
$(GST_LIB_LDFLAGS) \