summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-interfaces.pc.in
blob: de3d6cd32eb7c4dda8d8e8178155e3e82d7d20ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_API_VERSION@
datarootdir=${prefix}/share
datadir=${datarootdir}
girdir=${datadir}/gir-1.0
typelibdir=${libdir}/girepository-1.0

Name: GStreamer Interfaces Library
Description: Interfaces for GStreamer elements
Requires: gstreamer-@GST_API_VERSION@
Version: @VERSION@
Libs: -L${libdir} -lgstinterfaces-@GST_API_VERSION@
Cflags: -I${includedir}