summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-04-02 23:04:51 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-04-02 23:04:51 +0100
commitd52331cfd86e8cbe2b8cec35427226977c82b1f0 (patch)
treeac1678a485c37786435d6a237b8a3517a92a870e /scripts
parent65c650d7d4f4f814950cbc90c1369abaeaed0a22 (diff)
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
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gst-uninstalled4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled
index 210e76fcc3..d56189abdf 100755
--- a/scripts/gst-uninstalled
+++ b/scripts/gst-uninstalled
@@ -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}
# ORC
-LD_LIBRARY_PATH=$GST/orc/orc/.libs:$LD_LIBRARY_PATH
-DYLD_LIBRARY_PATH=$GST/orc/orc/.libs:$DYLD_LIBRARY_PATH
+LD_LIBRARY_PATH=$GST/orc/orc/.libs:$GST/orc/orc-test/.libs:$LD_LIBRARY_PATH
+DYLD_LIBRARY_PATH=$GST/orc/orc/.libs:$GST/orc/orc-test/.libs:$DYLD_LIBRARY_PATH
# GStreamer rtsp server library
LD_LIBRARY_PATH=$GST/gst-rtsp-server/gst/rtsp-server/.libs:$LD_LIBRARY_PATH