From ac91f44747bd2ef31ff5e1aa9555ce2695a65c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 2 Mar 2012 12:11:25 +0100 Subject: [PATCH] playback-test: Link to libgstvideo too --- tests/examples/playback/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/examples/playback/Makefile.am b/tests/examples/playback/Makefile.am index e28c512895..026f674b60 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)