mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
Put GStreamer version in library name
This commit is contained in:
parent
36fb0de01c
commit
a8400faeab
2 changed files with 9 additions and 9 deletions
|
@ -9,5 +9,5 @@ gst_rtsp_server_SOURCES = \
|
||||||
gst_rtsp_server_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
gst_rtsp_server_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
gst_rtsp_server_LDFLAGS = \
|
gst_rtsp_server_LDFLAGS = \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
$(top_builddir)/gst/rtsp-server/libgstrtspserver.la
|
$(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_MAJORMINOR@.la
|
||||||
|
|
||||||
|
|
|
@ -15,18 +15,18 @@ noinst_HEADERS = \
|
||||||
rtsp-session.h
|
rtsp-session.h
|
||||||
|
|
||||||
lib_LTLIBRARIES = \
|
lib_LTLIBRARIES = \
|
||||||
libgstrtspserver.la
|
libgstrtspserver-@GST_MAJORMINOR@.la
|
||||||
|
|
||||||
libgstrtspserver_la_SOURCES = \
|
libgstrtspserver_@GST_MAJORMINOR@_la_SOURCES = \
|
||||||
$(c_sources)
|
$(c_sources)
|
||||||
|
|
||||||
libgstrtspserver_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
libgstrtspserver_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
libgstrtspserver_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstrtspserver_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstrtspserver_la_LIBADD = \
|
libgstrtspserver_@GST_MAJORMINOR@_la_LIBADD = \
|
||||||
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
|
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
|
||||||
-lgstrtp-@GST_MAJORMINOR@ -lgstrtsp-@GST_MAJORMINOR@ \
|
-lgstrtp-@GST_MAJORMINOR@ -lgstrtsp-@GST_MAJORMINOR@ \
|
||||||
-lgstsdp-@GST_MAJORMINOR@ $(GST_LIBS) $(LIBM)
|
-lgstsdp-@GST_MAJORMINOR@ $(GST_LIBS) $(LIBM)
|
||||||
libgstrtspserver_la_LIBTOOLFLAGS = --tag=disable-static
|
libgstrtspserver_@GST_MAJORMINOR@_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
libgstrtspserver_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/rtsp-server
|
libgstrtspserver_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/rtsp-server
|
||||||
libgstrtspserver_include_HEADERS = $(public_headers)
|
libgstrtspserver_@GST_MAJORMINOR@include_HEADERS = $(public_headers)
|
||||||
|
|
Loading…
Reference in a new issue