From 004e910006fd51bb7dc7e0d0b063b6838a34b7f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 24 Feb 2015 19:52:59 +0000 Subject: [PATCH] opengl: don't add --tag=CC twice to LIBTOOLFLAGS --- ext/gl/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am index 9cef980125..5fa20506be 100644 --- a/ext/gl/Makefile.am +++ b/ext/gl/Makefile.am @@ -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