summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-sdp.pc.in
blob: bf9c56acc4e671f630b2f9d3c4c61fc3b617494e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@

Name: GStreamer SDP Library
Description: SDP helper functions
Requires: glib-2.0
Version: @VERSION@
Libs: -L${libdir} -lgstsdp-@GST_MAJORMINOR@
Cflags: -I${includedir}