summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in
blob: 9efea8f40043c741c04bb18f483a0f94ab3dc3c2 (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=@abs_top_builddir@/gst/rtsp-server/.libs
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@/..