mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
34f0d9868a
commit
90c1124393
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue