Skip to content
Snippets Groups Projects
Commit eb1ee7e2 authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

gstreamer-rtsp-server: Add both srcdir and builddir to the include path

Just the build dir is not going to work for srcdir!=builddir.
parent 2cd9214c
No related branches found
No related tags found
Loading
......@@ -9,4 +9,4 @@ 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@/..
Cflags: -I@abs_top_srcdir@ -I@abs_top_builddir@ -I@srcdir@/..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment