gstreamer/gstreamer.pc.in
Thomas Vander Stichele 86d2359346 changed CFLAGS
Original commit message from CVS:
changed CFLAGS
2001-12-13 19:14:01 +00:00

12 lines
260 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} -lgst
Cflags: -I${includedir} @GST_CFLAGS@