gstreamer/pkgconfig/gstreamer-control.pc.in
Thomas Vander Stichele 4f1cf0cfdf moving pkgconfig to it's own dir and separating out gstreamer-control
Original commit message from CVS:
moving pkgconfig to it's own dir and separating out gstreamer-control
2003-01-28 17:24:52 +00:00

12 lines
332 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer control library
Description: Dynamic parameters for plug-ins
Requires: gstreamer-@GST_MAJORMINOR@
Version: @VERSION@
Libs: -L${libdir} -lgstcontrol-@GST_MAJORMINOR@
Cflags: -I${includedir} @GST_PKG_CFLAGS@