gl: GL_LIBS does not exist anymore but X11_LIBS does and is needed

In case of X11 we have to call XInitThreads().
This commit is contained in:
Sebastian Dröge 2018-02-18 11:49:25 +02:00
parent 34f0d9868a
commit 90c1124393

View file

@ -35,7 +35,7 @@ libgstopenglmixers_la_CFLAGS = \
$(GST_BASE_CFLAGS) \ $(GST_BASE_CFLAGS) \
$(GST_CONTROLLER_CFLAGS) \ $(GST_CONTROLLER_CFLAGS) \
$(GST_CFLAGS) \ $(GST_CFLAGS) \
$(GL_CFLAGS) $(X11_CFLAGS)
libgstopenglmixers_la_LIBADD = \ libgstopenglmixers_la_LIBADD = \
$(top_builddir)/gst-libs/gst/video/libgstbadvideo-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/video/libgstbadvideo-@GST_API_VERSION@.la \
@ -44,7 +44,7 @@ libgstopenglmixers_la_LIBADD = \
$(GST_BASE_LIBS) \ $(GST_BASE_LIBS) \
$(GST_CONTROLLER_LIBS) \ $(GST_CONTROLLER_LIBS) \
$(GST_LIBS) \ $(GST_LIBS) \
$(GL_LIBS) \ $(X11_LIBS) \
$(LIBM) $(LIBM)
libgstopenglmixers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstopenglmixers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)