diff --git a/gst-libs/gst/gl/eagl/Makefile.am b/gst-libs/gst/gl/eagl/Makefile.am index e3bafb1ce8..5dae2ccd42 100644 --- a/gst-libs/gst/gl/eagl/Makefile.am +++ b/gst-libs/gst/gl/eagl/Makefile.am @@ -21,7 +21,7 @@ libgstgl_eagl_la_CFLAGS = \ libgstgl_eagl_la_OBJCFLAGS = \ -I$(top_srcdir)/gst-libs \ -I$(top_builddir)/gst-libs \ - -fobj-arc \ + -fobjc-arc \ $(GL_CFLAGS) \ $(GL_OBJCFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) \