From 038cc7b004beb17fffd55afc6b30794b0b361eea Mon Sep 17 00:00:00 2001 From: Josep Torra Date: Thu, 6 Nov 2014 21:38:43 +0100 Subject: [PATCH] rtsp: fix build in gst-uninstalled setup --- gst/rtsp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtsp/Makefile.am b/gst/rtsp/Makefile.am index 6397425518..59030d754f 100644 --- a/gst/rtsp/Makefile.am +++ b/gst/rtsp/Makefile.am @@ -6,7 +6,7 @@ libgstrtsp_la_SOURCES = gstrtsp.c gstrtspsrc.c \ libgstrtsp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS) libgstrtsp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) $(GST_BASE_LIBS) $(GIO_LIBS) \ -lgstrtp-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ \ - -lgstsdp-@GST_API_VERSION@ -lgstnet-@GST_API_VERSION@ $(GST_LIBS) + -lgstsdp-@GST_API_VERSION@ $(GST_NET_LIBS) $(GST_LIBS) libgstrtsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstrtsp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)