opengl: don't add --tag=CC twice to LIBTOOLFLAGS
authorTim-Philipp Müller <tim@centricular.com>
Tue, 24 Feb 2015 19:52:59 +0000 (19:52 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 24 Feb 2015 19:52:59 +0000 (19:52 +0000)
ext/gl/Makefile.am

index 9cef980..5fa2050 100644 (file)
@@ -98,9 +98,6 @@ libgstopengl_la_OBJCFLAGS = \
        $(GST_PLUGINS_BASE_CFLAGS) \
        $(GST_BASE_CFLAGS) \
        $(GST_OBJCFLAGS)
-
-
-libgstopengl_la_LIBTOOLFLAGS += --tag=CC
 endif
 
 # check order of CFLAGS and LIBS, shouldn't the order be the other way around