mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 13:08:49 +00:00
rtsp-server: Use $(GST_NET_LIBS) / $(GST_NET_CFLAGS)
This commit is contained in:
parent
9fab555cc5
commit
60dd95849f
1 changed files with 4 additions and 3 deletions
|
@ -48,12 +48,13 @@ lib_LTLIBRARIES = \
|
||||||
libgstrtspserver_@GST_API_VERSION@_la_SOURCES = \
|
libgstrtspserver_@GST_API_VERSION@_la_SOURCES = \
|
||||||
$(c_sources)
|
$(c_sources)
|
||||||
|
|
||||||
libgstrtspserver_@GST_API_VERSION@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
libgstrtspserver_@GST_API_VERSION@_la_CFLAGS = \
|
||||||
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_NET_CFLAGS) \
|
||||||
|
$(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
libgstrtspserver_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
libgstrtspserver_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||||
libgstrtspserver_@GST_API_VERSION@_la_LIBADD = \
|
libgstrtspserver_@GST_API_VERSION@_la_LIBADD = \
|
||||||
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
|
$(GST_PLUGINS_BASE_LIBS) $(GST_NET_LIBS) $(GST_BASE_LIBS) \
|
||||||
-lgstrtp-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ \
|
-lgstrtp-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ \
|
||||||
-lgstnet-@GST_API_VERSION@ \
|
|
||||||
-lgstsdp-@GST_API_VERSION@ \
|
-lgstsdp-@GST_API_VERSION@ \
|
||||||
-lgstapp-@GST_API_VERSION@ \
|
-lgstapp-@GST_API_VERSION@ \
|
||||||
$(GST_LIBS) $(GIO_LIBS) $(LIBM)
|
$(GST_LIBS) $(GIO_LIBS) $(LIBM)
|
||||||
|
|
Loading…
Reference in a new issue