blob: 6c9afd6760e66ba2c483e0af030e39f871aa9568 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# the standard variables don't make sense for an uninstalled copy
prefix=
exec_prefix=
libdir=@rtspserverlibdir@
includedir=@abs_top_builddir@
Name: gst-rtsp-server
Description: GStreamer based RTSP server
Version: @VERSION@
Requires: gstreamer-@GST_API_VERSION@ gstreamer-plugins-base-@GST_API_VERSION@
Libs: -L${libdir} -lgstrtspserver-@GST_API_VERSION@
Cflags: -I${includedir} -I@srcdir@/..
|