mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
3540f4e9ff
Uninstalled builds using rtp would fail with: stage/usr/local/lib/x86_64-linux-gnu/libgstsdp-1.0.so: undefined reference to `gst_rtp_payload_info_for_pt'
17 lines
482 B
PkgConfig
17 lines
482 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
|
datarootdir=${prefix}/share
|
|
datadir=${datarootdir}
|
|
girdir=${datadir}/gir-1.0
|
|
typelibdir=${libdir}/girepository-1.0
|
|
|
|
Name: GStreamer SDP Library
|
|
Description: SDP helper functions
|
|
Requires: glib-2.0 gstreamer-@GST_API_VERSION@ gstreamer-rtp-@GST_API_VERSION@
|
|
Requires.private: gio-2.0
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstsdp-@GST_API_VERSION@
|
|
Cflags: -I${includedir}
|
|
|