diff options
Diffstat (limited to 'gst/rtsp/Makefile.am')
-rw-r--r-- | gst/rtsp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp/Makefile.am b/gst/rtsp/Makefile.am index b2e6b84b..954868cb 100644 --- a/gst/rtsp/Makefile.am +++ b/gst/rtsp/Makefile.am @@ -9,7 +9,7 @@ libgstrtsp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \ -lgstrtp-@GST_MAJORMINOR@ -lgstrtsp-@GST_MAJORMINOR@ \ -lgstsdp-@GST_MAJORMINOR@ $(GST_LIBS) $(WIN32_LIBS) libgstrtsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - +libgstrtsp_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = gstrtspsrc.h \ gstrtsp.h \ |