gstreamer/gstreamer.pc.in
Thomas Vander Stichele 7eda2fc8b5 this looks better
Original commit message from CVS:
this looks better
2002-01-05 23:59:44 +00:00

11 lines
264 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_CFLAGS@