mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
12 lines
407 B
PkgConfig
12 lines
407 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}/../gst/rtsp-server
|
|
includedir=${pcfiledir}/..
|
|
|
|
Name: gst-rtsp-server
|
|
Description: GStreamer based RTSP server
|
|
Version: @VERSION@
|
|
Requires: gstreamer-@GST_API_VERSION@ gstreamer-plugins-base-@GST_API_VERSION@
|
|
Libs: ${libdir}/libgstrtspserver-@GST_API_VERSION@.la
|
|
Cflags: -I${includedir} -I@srcdir@/..
|