mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
13 lines
346 B
PkgConfig
13 lines
346 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
||
|
|
||
|
Name: GStreamer RTP Library
|
||
|
Description: RTP base classes and helper functions
|
||
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -lgstrtp-@GST_MAJORMINOR@
|
||
|
Cflags: -I${includedir}
|
||
|
|