gstreamer/pkgconfig/gstreamer-rtp.pc.in

17 lines
465 B
PkgConfig
Raw Normal View History

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
2012-04-04 12:20:13 +00:00
includedir=@includedir@/gstreamer-@GST_API_VERSION@
datarootdir=${prefix}/share
datadir=${datarootdir}
girdir=${datadir}/gir-1.0
typelibdir=${libdir}/girepository-1.0
Name: GStreamer RTP Library
Description: RTP base classes and helper functions
2012-04-04 12:20:13 +00:00
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
Version: @VERSION@
2012-04-04 12:20:13 +00:00
Libs: -L${libdir} -lgstrtp-@GST_API_VERSION@
Cflags: -I${includedir}