gstreamer/pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in

13 lines
405 B
PkgConfig
Raw Normal View History

# 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@
2012-04-04 12:45:55 +00:00
Requires: gstreamer-@GST_API_VERSION@ gstreamer-plugins-base-@GST_API_VERSION@
Libs: -L${libdir} -lgstrtspserver-@GST_API_VERSION@
Cflags: -I@abs_top_srcdir@ -I@abs_top_builddir@