diff options
Diffstat (limited to 'gst/sdp')
-rw-r--r-- | gst/sdp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/sdp/Makefile.am b/gst/sdp/Makefile.am index 4811a64b..94ea2bfd 100644 --- a/gst/sdp/Makefile.am +++ b/gst/sdp/Makefile.am @@ -8,6 +8,6 @@ libgstsdpelem_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \ -lgstrtp-@GST_MAJORMINOR@ -lgstsdp-@GST_MAJORMINOR@ \ $(GST_LIBS) $(WIN32_LIBS) libgstsdpelem_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - +libgstsdpelem_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = gstsdpdemux.h |