mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-12 01:05:47 +00:00
Generating those files is useful for users building the GStreamer stack using meson and having to link it to another project which is still using the autotools. https://bugzilla.gnome.org/show_bug.cgi?id=776810
12 lines
395 B
PkgConfig
12 lines
395 B
PkgConfig
# 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@/..
|