gstreamer/gstreamer.pc.in
Thomas Vander Stichele 4afc113eac we don't link to plug-ins
Original commit message from CVS:
we don't link to plug-ins
2002-11-17 12:37:50 +00:00

13 lines
313 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@VERSION@
toolsdir=${exec_prefix}/bin
Name: GStreamer
Description: Streaming-media framework
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
Version: @VERSION@
Libs: -L${libdir} -lgstreamer
Cflags: -I${includedir} @GST_PKG_CFLAGS@