From 3c1f1b195f4ba2754815b1a963f8487ce59d19fe Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 27 Jan 2009 20:33:02 +0000 Subject: tests: fix build of aspectratio crop unit test in uninstalled environment. --- tests/check/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 2fd65b36..5b398a83 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -125,6 +125,9 @@ VALGRIND_TESTS_DISABLE = \ SUPPRESSIONS = $(top_srcdir)/common/gst.supp $(srcdir)/gst-plugins-good.supp +elements_aspectratiocrop_LDADD = $(LDADD) +elements_aspectratiocrop_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS) + elements_audiopanorama_LDADD = \ $(GST_BASE_LIBS) $(GST_CONTROLLER_LIBS) \ $(LDADD) -- cgit