gl: local libs should come first in Makefile.am

And keep consistent order in CFLAGS and LIBS.
This commit is contained in:
Tim-Philipp Müller 2017-12-23 12:53:39 +01:00
parent f7f694837e
commit 88c89d2f63

View file

@ -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) \