From 4a2276c0e657220d6c6cd1565a7817dea18ebbb4 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 11 Mar 2013 11:35:14 +0100 Subject: [PATCH] check: add librtp to libs --- tests/check/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index b6765a5..c6cafeb 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -48,7 +48,8 @@ AM_CXXFLAGS = $(GST_CXXFLAGS) $(GST_CHECK_CFLAGS) \ -DGST_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \ -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS LDADD = $(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_API_VERSION@.la \ - $(GST_BASE_LIBS) -lgstrtsp-@GST_API_VERSION@ -lgstsdp-@GST_API_VERSION@ \ + $(GST_BASE_LIBS) -lgstrtp-@GST_API_VERSION@ \ + -lgstrtsp-@GST_API_VERSION@ -lgstsdp-@GST_API_VERSION@ \ $(GIO_LIBS) \ $(GST_LIBS) $(GST_CHECK_LIBS) $(GST_RTSP_SERVER_LIBS) -- 2.7.4