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