mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
tests: Add libgio link dependency
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686647
This commit is contained in:
parent
5cec59737b
commit
1240f98206
1 changed files with 2 additions and 0 deletions
|
@ -49,10 +49,12 @@ gst_rtspserver_CFLAGS = \
|
|||
$(GST_PLUGINS_GOOD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GIO_CFLAGS) \
|
||||
$(AM_CFLAGS)
|
||||
|
||||
gst_rtspserver_LDADD = \
|
||||
$(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_API_VERSION@.la \
|
||||
$(GST_PLUGINS_GOOD_LIBS) \
|
||||
$(GST_BASE_LIBS) -lgstrtsp-@GST_API_VERSION@ -lgstsdp-@GST_API_VERSION@ \
|
||||
$(GIO_LIBS) \
|
||||
$(LDADD)
|
||||
|
|
Loading…
Reference in a new issue