2001-05-25 21:00:07 +00:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
2002-12-08 14:39:38 +00:00
|
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
2002-02-16 17:53:58 +00:00
|
|
|
toolsdir=${exec_prefix}/bin
|
2005-08-24 16:46:10 +00:00
|
|
|
pluginsdir=@libdir@/gstreamer-@GST_MAJORMINOR@
|
2002-12-08 14:39:38 +00:00
|
|
|
gstcontrol_libs=-lgstcontrol-@GST_MAJORMINOR@
|
2001-05-25 21:00:07 +00:00
|
|
|
|
|
|
|
Name: GStreamer
|
2005-10-15 13:24:54 +00:00
|
|
|
Description: Streaming media framework
|
2002-01-09 21:32:30 +00:00
|
|
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
2001-05-25 21:00:07 +00:00
|
|
|
Version: @VERSION@
|
2002-12-08 14:39:38 +00:00
|
|
|
Libs: -L${libdir} -lgstreamer-@GST_MAJORMINOR@
|
2005-10-16 08:59:34 +00:00
|
|
|
Cflags: -I${includedir}
|