mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 21:36:35 +00:00
gst-uninstalled: add uninstalled orc/orc-test/.libs to library paths
This is needed by the unit tests in gst-plugins-base, -good etc. Spotted by Alex Kaye. https://bugzilla.gnome.org/show_bug.cgi?id=697093
This commit is contained in:
parent
65c650d7d4
commit
d52331cfd8
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ DYLD_LIBRARY_PATH=$GST_PREFIX/lib${DYLD_LIBRARY_PATH:+:$DYLD_LIBRARY_PATH}
|
||||||
GI_TYPELIB_PATH=$GST_PREFIX/share/gir-1.0${GI_TYPELIB_PATH:+:$GI_TYPELIB_PATH}
|
GI_TYPELIB_PATH=$GST_PREFIX/share/gir-1.0${GI_TYPELIB_PATH:+:$GI_TYPELIB_PATH}
|
||||||
|
|
||||||
# ORC
|
# ORC
|
||||||
LD_LIBRARY_PATH=$GST/orc/orc/.libs:$LD_LIBRARY_PATH
|
LD_LIBRARY_PATH=$GST/orc/orc/.libs:$GST/orc/orc-test/.libs:$LD_LIBRARY_PATH
|
||||||
DYLD_LIBRARY_PATH=$GST/orc/orc/.libs:$DYLD_LIBRARY_PATH
|
DYLD_LIBRARY_PATH=$GST/orc/orc/.libs:$GST/orc/orc-test/.libs:$DYLD_LIBRARY_PATH
|
||||||
|
|
||||||
# GStreamer rtsp server library
|
# GStreamer rtsp server library
|
||||||
LD_LIBRARY_PATH=$GST/gst-rtsp-server/gst/rtsp-server/.libs:$LD_LIBRARY_PATH
|
LD_LIBRARY_PATH=$GST/gst-rtsp-server/gst/rtsp-server/.libs:$LD_LIBRARY_PATH
|
||||||
|
|
Loading…
Reference in a new issue