gstreamer/gstreamer.pc.in
Andy Wingo bfc0a5c2a0 a couple of fixes that got lost a few revs ago
Original commit message from CVS:
a couple of fixes that got lost a few revs ago
2002-01-09 21:32:30 +00:00

12 lines
259 B
PkgConfig

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