mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
Explicitly link against gio. Fix link error on mac.
This commit is contained in:
parent
4f0ef292f0
commit
8da18a85ef
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ libgstrtspserver_@GST_API_VERSION@_la_LIBADD = \
|
|||
-lgstrtp-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ \
|
||||
-lgstsdp-@GST_API_VERSION@ \
|
||||
-lgstapp-@GST_API_VERSION@ \
|
||||
$(GST_LIBS) $(LIBM)
|
||||
$(GST_LIBS) $(GIO_LIBS) $(LIBM)
|
||||
libgstrtspserver_@GST_API_VERSION@_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
libgstrtspserver_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/rtsp-server
|
||||
|
|
Loading…
Reference in a new issue