From 88c89d2f63aed5c5086ea5f8e6446d30f512f769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 23 Dec 2017 12:53:39 +0100 Subject: [PATCH] gl: local libs should come first in Makefile.am And keep consistent order in CFLAGS and LIBS. --- ext/gl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am index d71b99603b..63b2759249 100644 --- a/ext/gl/Makefile.am +++ b/ext/gl/Makefile.am @@ -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) \