mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
rtsp: Add missing gio-2.0 deps and includes
This commit is contained in:
parent
f180f3d1ba
commit
b137f79581
2 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,8 @@ plugin_LTLIBRARIES = libgstrtsp.la
|
|||
libgstrtsp_la_SOURCES = gstrtsp.c gstrtspsrc.c \
|
||||
gstrtpdec.c gstrtspext.c
|
||||
|
||||
libgstrtsp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstrtsp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) $(GST_BASE_LIBS) \
|
||||
libgstrtsp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS)
|
||||
libgstrtsp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) $(GST_BASE_LIBS) $(GIO_LIBS) \
|
||||
-lgstrtp-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ \
|
||||
-lgstsdp-@GST_API_VERSION@ -lgstnet-@GST_API_VERSION@ $(GST_LIBS)
|
||||
libgstrtsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
|
|
@ -52,6 +52,7 @@ G_BEGIN_DECLS
|
|||
#include <gst/rtsp/gstrtspmessage.h>
|
||||
#include <gst/rtsp/gstrtspurl.h>
|
||||
#include <gst/rtsp/gstrtsprange.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
#include "gstrtspext.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue