diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-29 16:43:56 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-29 16:43:56 +0000 |
commit | b93cb588fd14c1f033eab3f8d109eacac3b67ee5 (patch) | |
tree | d401ffe7aa9c4d37a16e68d06eb7b81c0ec56c7a /gstreamer-play.pc.in | |
parent | dccdb477f1129df55c6d72ac7a12502babf576e3 (diff) | |
download | gst-plugins-bad-b93cb588fd14c1f033eab3f8d109eacac3b67ee5.tar.gz gst-plugins-bad-b93cb588fd14c1f033eab3f8d109eacac3b67ee5.tar.bz2 gst-plugins-bad-b93cb588fd14c1f033eab3f8d109eacac3b67ee5.zip |
ok, redo from start
Original commit message from CVS:
ok, redo from start
Diffstat (limited to 'gstreamer-play.pc.in')
-rw-r--r-- | gstreamer-play.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
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} |