From 294bfb7300a17775102f415a0bdd01bbe9f10886 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Wed, 11 Jul 2018 14:48:57 +0300 Subject: [PATCH] tests/check/Makefile.am: link audiotestsrc test with libgstaudio Needed for the new planar audio unit test --- tests/check/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index bae1cf3..7f46b91 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -682,6 +682,14 @@ elements_audiorate_LDADD = \ $(LDADD) elements_audiorate_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS) +elements_audiotestsrc_LDADD = \ + $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ + $(GST_BASE_LIBS) $(LDADD) +elements_audiotestsrc_CFLAGS = \ + $(GST_PLUGINS_BASE_CFLAGS) \ + $(GST_BASE_CFLAGS) \ + $(AM_CFLAGS) + elements_libvisual_LDADD = $(LDADD) elements_libvisual_CFLAGS = $(CFLAGS) $(AM_CFLAGS) -- 2.7.4