summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-12-23 12:53:39 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-12-23 12:53:39 +0100
commit88c89d2f63aed5c5086ea5f8e6446d30f512f769 (patch)
treeb7977c9123d4daad0b274f780a706d9ea373a50e /ext
parentf7f694837e00ffb8dce980ebc5967e824a9a0f2e (diff)
downloadgstreamer-plugins-bad-88c89d2f63aed5c5086ea5f8e6446d30f512f769.tar.gz
gl: local libs should come first in Makefile.am
And keep consistent order in CFLAGS and LIBS.
Diffstat (limited to 'ext')
-rw-r--r--ext/gl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am
index d71b99603..63b275924 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) \