mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
validate: Do not link the rtsp server against validatevideo
It is not needed https://bugzilla.gnome.org/show_bug.cgi?id=783554
This commit is contained in:
parent
543e7a983a
commit
a43a6191c0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue