mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
webrtc: Require gstreamer-sdp in the pkg-config file
Some headers include API from it. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1660>
This commit is contained in:
parent
dd11e91c3b
commit
d3d73f61fa
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ includedir=@abs_top_srcdir@/gst-libs
|
|||
|
||||
Name: GStreamer WebRTC, Uninstalled
|
||||
Description: GStreamer WebRTC support, uninstalled
|
||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ gstreamer-sdp-@GST_API_VERSION@
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgstwebrtc-@GST_API_VERSION@
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
|
|
@ -5,7 +5,7 @@ includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
|||
|
||||
Name: GStreamer WebRTC
|
||||
Description: GStreamer WebRTC support
|
||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ gstreamer-sdp-@GST_API_VERSION@
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgstwebrtc-@GST_API_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Reference in a new issue