opengl: don't add --tag=CC twice to LIBTOOLFLAGS

This commit is contained in:
Tim-Philipp Müller 2015-02-24 19:52:59 +00:00
parent c998b21de9
commit d9455d9c0e

View 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