opengl: Add --tag=CC to LIBTOOLCLFAGS

This is required for static build.
This commit is contained in:
Nicolas Dufresne 2015-02-24 14:35:37 -05:00 committed by Tim-Philipp Müller
parent 081f101f56
commit c998b21de9

View 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