1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@/gstreamer-@GST_API_VERSION@
5
6Name: GStreamer SCTP Library
7Description: SCTP helper functions
8Requires: gstreamer-@GST_API_VERSION@
9Version: @VERSION@
10Libs: -L${libdir} -lgstsctp-@GST_API_VERSION@
11Cflags: -I${includedir}
12
13