Explicitly link against gio. Fix link error on mac.
This commit is contained in:
parent
4f0ef292f0
commit
8da18a85ef
@ -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…
x
Reference in New Issue
Block a user