mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
gl: local libs should come first in Makefile.am
And keep consistent order in CFLAGS and LIBS.
This commit is contained in:
parent
f7f694837e
commit
88c89d2f63
1 changed files with 1 additions and 1 deletions
|
@ -40,9 +40,9 @@ libgstopenglmixers_la_CFLAGS = \
|
|||
$(GL_CFLAGS)
|
||||
|
||||
libgstopenglmixers_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(top_builddir)/gst-libs/gst/video/libgstbadvideo-@GST_API_VERSION@.la \
|
||||
$(GST_GL_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_CONTROLLER_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
|
|
Loading…
Reference in a new issue