blob: ebc31ef50e646421526bf26ab56845b5ef7855fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gst-@GST_API_VERSION@
toolsdir=${exec_prefix}/bin
Name: gst-stream-server-@GST_API_VERSION@
Description: GStreamer Streaming Server Library
Version: @VERSION@
Requires: gstreamer-0.10 gstreamer-base-0.10 gstreamer-controller-0.10 gstreamer-pbutils-0.10
Libs: -L${libdir} -lgss-@ORC_API_VERSION@
Cflags: -I${includedir}
|