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 SDP Library 11Description: SDP helper functions 12Requires: glib-2.0 13Requires.private: gio-2.0 14Version: @VERSION@ 15Libs: -L${libdir} -lgstsdp-@GST_API_VERSION@ 16Cflags: -I${includedir} 17 18