Explicitly link against gio. Fix link error on mac.

This commit is contained in:
Alessandro Decina 2012-10-06 15:49:07 +02:00
parent 4f0ef292f0
commit 8da18a85ef

View file

@ -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