1prefix=@prefix@ 2exec_prefix=@exec_prefix@ 3libdir=@libdir@ 4includedir=@includedir@/gstreamer-@GST_API_VERSION@ 5datarootdir=${prefix}/share 6datadir=${datarootdir} 7girdir=${datadir}/gir-1.0 8typelibdir=${libdir}/girepository-1.0 9 10Name: GStreamer RTP Library 11Description: RTP base classes and helper functions 12Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ 13Version: @VERSION@ 14Libs: -L${libdir} -lgstrtp-@GST_API_VERSION@ 15Cflags: -I${includedir} 16 17