validate: Do not link the rtsp server against validatevideo
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Thu, 8 Jun 2017 16:30:22 +0000 (12:30 -0400)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Thu, 8 Jun 2017 16:32:01 +0000 (12:32 -0400)
It is not needed

https://bugzilla.gnome.org/show_bug.cgi?id=783554

validate/tools/Makefile.am

index 2c5d212..9ecc753 100644 (file)
@@ -40,9 +40,9 @@ noinst_PROGRAMS += gst-validate-rtsp-server-@GST_API_VERSION@-debug
 
 gst_validate_rtsp_server_@GST_API_VERSION@_SOURCES = gst-validate-rtsp-server.c
 gst_validate_rtsp_server_@GST_API_VERSION@_CFLAGS = $(GST_RTSP_SERVER_CFLAGS)
-gst_validate_rtsp_server_@GST_API_VERSION@_LDADD = $(top_builddir)/gst-libs/gst/video/libgstvalidatevideo-@GST_API_VERSION@.la $(LDADD) $(GST_RTSP_SERVER_LIBS)
+gst_validate_rtsp_server_@GST_API_VERSION@_LDADD = $(LDADD) $(GST_RTSP_SERVER_LIBS)
 gst_validate_rtsp_server_@GST_API_VERSION@_debug_SOURCES = gst-validate-rtsp-server.c
-gst_validate_rtsp_server_@GST_API_VERSION@_debug_LDADD = $(top_builddir)/gst-libs/gst/video/libgstvalidatevideo-@GST_API_VERSION@.la $(LDADD) $(GST_RTSP_SERVER_LIBS)
+gst_validate_rtsp_server_@GST_API_VERSION@_debug_LDADD = $(LDADD) $(GST_RTSP_SERVER_LIBS)
 gst_validate_rtsp_server_@GST_API_VERSION@_debug_LDFLAGS = -no-install
 gst_validate_rtsp_server_@GST_API_VERSION@_debug_CFLAGS = $(GST_RTSP_SERVER_CFLAGS)
 endif