summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-app.pc.in
blob: ef3d27c38b2365aa19d05316f6a3690526495df0 (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 Application Library
Description: Helper functions and base classes for application integration
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
Version: @VERSION@
Libs: -L${libdir} -lgstapp-@GST_MAJORMINOR@
Cflags: -I${includedir}