mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
Add srcdir to includes for out-of-source builds
When you use gstreamer uninstalled and build outside the source tree, the includes need to be specified for both the source tree and the build tree. Signed-off-by: David Schleef <ds@schleef.org>
This commit is contained in:
parent
8e08f6be68
commit
00654ba62b
15 changed files with 15 additions and 15 deletions
|
@ -9,5 +9,5 @@ Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
||||||
|
|
||||||
Libs: -L${libdir} ${libdir}/libgstapp-@GST_MAJORMINOR@.la
|
Libs: -L${libdir} ${libdir}/libgstapp-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,5 @@ Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ gstreamer-interfaces-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ gstreamer-interfaces-@GST_MAJORMINOR@
|
||||||
|
|
||||||
Libs: -L${libdir} ${libdir}/libgstaudio-@GST_MAJORMINOR@.la
|
Libs: -L${libdir} ${libdir}/libgstaudio-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,5 @@ Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ gstreamer-tag-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ gstreamer-tag-@GST_MAJORMINOR@
|
||||||
|
|
||||||
Libs: -L${libdir} ${libdir}/libgstcdda-@GST_MAJORMINOR@.la
|
Libs: -L${libdir} ${libdir}/libgstcdda-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,5 @@ Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@
|
||||||
|
|
||||||
Libs: -L${libdir} ${libdir}/libgstfft-@GST_MAJORMINOR@.la -lm
|
Libs: -L${libdir} ${libdir}/libgstfft-@GST_MAJORMINOR@.la -lm
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||||
|
|
||||||
|
|
|
@ -8,5 +8,5 @@ Description: Platform independent floating point macros, uninstalled
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: glib-2.0
|
Requires: glib-2.0
|
||||||
Libs: -lm
|
Libs: -lm
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,5 @@ Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@
|
||||||
|
|
||||||
Libs: -L${libdir} ${libdir}/libgstinterfaces-@GST_MAJORMINOR@.la
|
Libs: -L${libdir} ${libdir}/libgstinterfaces-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,5 @@ Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@
|
||||||
|
|
||||||
Libs: -L${libdir} ${libdir}/libgstnetbuffer-@GST_MAJORMINOR@.la
|
Libs: -L${libdir} ${libdir}/libgstnetbuffer-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,5 @@ Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@
|
||||||
|
|
||||||
Libs: -L${libdir} ${libdir}/libgstpbutils-@GST_MAJORMINOR@.la
|
Libs: -L${libdir} ${libdir}/libgstpbutils-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,6 @@ Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@
|
||||||
|
|
||||||
Libs: -L${libdir}/audio -L${libdir}/cdda -L${libdir}/fft -L${libdir}/floatcast -L${libdir}/interfaces -L${libdir}/netbuffer -L${libdir}/riff -L${libdir}/rtp -L${libdir}/rtsp -L${libdir}/sdp -L${libdir}/tag -L${libdir}/pbutils -L${libdir}/video
|
Libs: -L${libdir}/audio -L${libdir}/cdda -L${libdir}/fft -L${libdir}/floatcast -L${libdir}/interfaces -L${libdir}/netbuffer -L${libdir}/riff -L${libdir}/rtp -L${libdir}/rtsp -L${libdir}/sdp -L${libdir}/tag -L${libdir}/pbutils -L${libdir}/video
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||||
|
|
||||||
libraries=audio cdda fft floatcast interfaces netbuffer riff tag pbutils video
|
libraries=audio cdda fft floatcast interfaces netbuffer riff tag pbutils video
|
||||||
|
|
|
@ -9,5 +9,5 @@ Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@
|
||||||
|
|
||||||
Libs: -L${libdir} ${libdir}/libgstriff-@GST_MAJORMINOR@.la
|
Libs: -L${libdir} ${libdir}/libgstriff-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,5 @@ Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
||||||
|
|
||||||
Libs: -L${libdir} ${libdir}/libgstrtp-@GST_MAJORMINOR@.la
|
Libs: -L${libdir} ${libdir}/libgstrtp-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,5 @@ Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-sdp-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-sdp-@GST_MAJORMINOR@
|
||||||
|
|
||||||
Libs: -L${libdir} ${libdir}/libgstrtsp-@GST_MAJORMINOR@.la
|
Libs: -L${libdir} ${libdir}/libgstrtsp-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,5 @@ Version: @VERSION@
|
||||||
Requires: glib-2.0
|
Requires: glib-2.0
|
||||||
|
|
||||||
Libs: -L${libdir} ${libdir}/libgstsdp-@GST_MAJORMINOR@.la
|
Libs: -L${libdir} ${libdir}/libgstsdp-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,5 @@ Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@
|
||||||
|
|
||||||
Libs: -L${libdir} ${libdir}/libgsttag-@GST_MAJORMINOR@.la
|
Libs: -L${libdir} ${libdir}/libgsttag-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,5 @@ Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
||||||
|
|
||||||
Libs: -L${libdir} ${libdir}/libgstvideo-@GST_MAJORMINOR@.la
|
Libs: -L${libdir} ${libdir}/libgstvideo-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue