summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2016-06-16 01:54:16 +1000
committerMatthew Waters <matthew@centricular.com>2016-06-16 01:54:16 +1000
commit05b24c128a564b4453b94466036e7b04f118d13d (patch)
tree7657d8eb46863c69ff82de10f35a40268f44d340 /tests
parent180405714c88c0fe1081f3ec5ca4838c1c127bd0 (diff)
downloadgstreamer-plugins-bad-05b24c128a564b4453b94466036e7b04f118d13d.tar.gz
tests/glcontext: link against gstvideo for gst_video_info_*
fixes make distcheck complaining about it.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 7aa9f8e21..e3fffa258 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) \