From b93cb588fd14c1f033eab3f8d109eacac3b67ee5 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 29 Oct 2002 16:43:56 +0000 Subject: ok, redo from start Original commit message from CVS: ok, redo from start --- gstreamer-play.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gstreamer-play.pc.in (limited to 'gstreamer-play.pc.in') diff --git a/gstreamer-play.pc.in b/gstreamer-play.pc.in new file mode 100644 index 00000000..e5226717 --- /dev/null +++ b/gstreamer-play.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/@PACKAGE@-@VERSION@ + +Name: GStreamer Play Library +Description: Streaming-media framework, play libraries +Requires: gstreamer >= @GSTREAMER_REQ@ +Version: @VERSION@ + +Libs: -L${libdir} -lgstplay -lgstcontrol +Cflags: -I${includedir} -- cgit v1.2.1