blob: b2ca7cf63e620f2aaed466ffc80604b2e97ab5ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer RTSP Library
Description: RTSP base classes and helper functions
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-sdp-@GST_MAJORMINOR@
Version: @VERSION@
Libs: -L${libdir} -lgstrtsp-@GST_MAJORMINOR@
Cflags: -I${includedir}
|