gstreamer/gstreamer.pc.in
Thomas Vander Stichele 56a26cd18b these work
Original commit message from CVS:
these work
2001-12-14 15:16:28 +00:00

12 lines
268 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: GStreamer
Description: Streaming-media framework
Requires: @GST_PKG_DEPS@, libxml >= 1.8.1
Version: @VERSION@
Libs: -L${libdir}/gst -lgst
Cflags: -I${includedir}/gst @GST_CFLAGS@