Back to development
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-sdp.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
5
6 Name: GStreamer SDP Library
7 Description: SDP helper functions
8 Requires: glib-2.0
9 Version: @VERSION@
10 Libs: -L${libdir} -lgstsdp-@GST_MAJORMINOR@
11 Cflags: -I${includedir}
12