mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gl/eagl: It's -fobjc-arc not -fobj-arc
This commit is contained in:
parent
7b42f26b80
commit
e976c200b0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ libgstgl_eagl_la_CFLAGS = \
|
||||||
libgstgl_eagl_la_OBJCFLAGS = \
|
libgstgl_eagl_la_OBJCFLAGS = \
|
||||||
-I$(top_srcdir)/gst-libs \
|
-I$(top_srcdir)/gst-libs \
|
||||||
-I$(top_builddir)/gst-libs \
|
-I$(top_builddir)/gst-libs \
|
||||||
-fobj-arc \
|
-fobjc-arc \
|
||||||
$(GL_CFLAGS) \
|
$(GL_CFLAGS) \
|
||||||
$(GL_OBJCFLAGS) \
|
$(GL_OBJCFLAGS) \
|
||||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||||
|
|
Loading…
Reference in a new issue