From c998b21de96971d82b827323e8b582b5818f3a2e Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 24 Feb 2015 14:35:37 -0500 Subject: [PATCH] opengl: Add --tag=CC to LIBTOOLCLFAGS This is required for static build. --- ext/gl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am index c37b72c..9cef980 100644 --- a/ext/gl/Makefile.am +++ b/ext/gl/Makefile.am @@ -4,7 +4,7 @@ plugin_LTLIBRARIES = libgstopengl.la AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) AM_LIBS = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -libgstopengl_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) +libgstopengl_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC # full opengl required if USE_OPENGL -- 2.7.4