mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 06:29:31 +00:00
gstreamer-rtsp-server: Add both srcdir and builddir to the include path
Just the build dir is not going to work for srcdir!=builddir.
This commit is contained in:
parent
2cd9214c8b
commit
eb1ee7e28d
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ Description: GStreamer based RTSP server
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-plugins-base-@GST_API_VERSION@
|
Requires: gstreamer-@GST_API_VERSION@ gstreamer-plugins-base-@GST_API_VERSION@
|
||||||
Libs: -L${libdir} -lgstrtspserver-@GST_API_VERSION@
|
Libs: -L${libdir} -lgstrtspserver-@GST_API_VERSION@
|
||||||
Cflags: -I${includedir} -I@srcdir@/..
|
Cflags: -I@abs_top_srcdir@ -I@abs_top_builddir@ -I@srcdir@/..
|
||||||
|
|
Loading…
Reference in a new issue