summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-interfaces.pc.in
blob: 30828e4b4ee30eeb3bf21d263acbda6f9ad9b67b (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 Interfaces Library
Description: Interfaces for GStreamer elements
Requires: gstreamer-@GST_MAJORMINOR@
Version: @VERSION@
Libs: -L${libdir} -lgstinterfaces-@GST_MAJORMINOR@
Cflags: -I${includedir}