summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-03-02 12:11:25 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-03-02 12:11:25 +0100
commitac91f44747bd2ef31ff5e1aa9555ce2695a65c2d (patch)
treeaa3db8037c36db1e31ecaf185e89d595d81efe1d
parent962ed96aad6862d044823aa2855b2a62ff2c450d (diff)
downloadgstreamer-plugins-base-ac91f44747bd2ef31ff5e1aa9555ce2695a65c2d.tar.gz
playback-test: Link to libgstvideo too
-rw-r--r--tests/examples/playback/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/examples/playback/Makefile.am b/tests/examples/playback/Makefile.am
index e28c51289..026f674b6 100644
--- a/tests/examples/playback/Makefile.am
+++ b/tests/examples/playback/Makefile.am
@@ -2,6 +2,7 @@ noinst_PROGRAMS = playback-test
LDADD = \
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
+ $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la \
$(GST_LIBS) $(GTK_LIBS) $(LIBM)
AM_CFLAGS = -I$(top_builddir)/gst-libs $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)