From 9e3672d99d9992d87c8e197e869e6d6777ee83f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 3 May 2014 18:57:38 +0200 Subject: [PATCH] textoverlay: Link unit test with the local version of the library, not an installed one --- tests/check/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 77e2d01..698bad4 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -500,8 +500,8 @@ elements_audioresample_LDADD = \ $(GST_BASE_LIBS) \ $(LDADD) -elements_textoverlay_LDADD = $(GST_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ $(LDADD) -elements_textoverlay_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS) +elements_textoverlay_LDADD = $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la $(GST_BASE_LIBS) $(LDADD) +elements_textoverlay_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(AM_CFLAGS) elements_volume_LDADD = \ $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ -- 2.7.4