mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
opengl: Add --tag=CC to LIBTOOLCLFAGS
This is required for static build.
This commit is contained in:
parent
081f101f56
commit
c998b21de9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue