From 05b24c128a564b4453b94466036e7b04f118d13d Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 16 Jun 2016 01:54:16 +1000 Subject: [PATCH] tests/glcontext: link against gstvideo for gst_video_info_* fixes make distcheck complaining about it. --- tests/check/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 7aa9f8e212..e3fffa2585 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -541,7 +541,8 @@ orc/audiomixer.c: $(top_srcdir)/gst/audiomixer/gstaudiomixerorc.orc libs_gstglcontext_LDADD = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \ - $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(LDADD) + $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \ + $(GST_BASE_LIBS) $(GST_LIBS) $(LDADD) libs_gstglcontext_CFLAGS = \ $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \