projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1804057
)
tests/glcontext: link against gstvideo for gst_video_info_*
author
Matthew Waters
<matthew@centricular.com>
Wed, 15 Jun 2016 15:54:16 +0000
(
01:54
+1000)
committer
Matthew Waters
<matthew@centricular.com>
Wed, 15 Jun 2016 15:54:16 +0000
(
01:54
+1000)
fixes make distcheck complaining about it.
tests/check/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/check/Makefile.am
b/tests/check/Makefile.am
index
7aa9f8e
..
e3fffa2
100644
(file)
--- 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) \