opengl: Add --tag=CC to LIBTOOLCLFAGS
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 24 Feb 2015 19:35:37 +0000 (14:35 -0500)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:55 +0000 (19:31 +0000)
This is required for static build.

ext/gl/Makefile.am

index c37b72c..9cef980 100644 (file)
@@ -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