summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleix Conchillo Flaqué <aleix@oblong.com>2018-10-10 00:00:14 -0700
committerTim-Philipp Müller <tim@centricular.com>2018-10-12 00:29:30 +0100
commita9370319b67dd60e31361cc32285835a458c96de (patch)
tree6b85a0cc87870246d108e84a6eed776715b3164d
parent04176bede1ecca332bf8ac8608a12cd835f6a818 (diff)
downloadgstreamer-a9370319b67dd60e31361cc32285835a458c96de.tar.gz
gst-uninstalled: add libnice to LD_LIBRARY_PATH
https://bugzilla.gnome.org/show_bug.cgi?id=797269
-rwxr-xr-xscripts/gst-uninstalled4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled
index 2108c3c897..9e0f296c75 100755
--- a/scripts/gst-uninstalled
+++ b/scripts/gst-uninstalled
@@ -73,6 +73,10 @@ LD_LIBRARY_PATH=$GST_PREFIX/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
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}
+# Nice
+LD_LIBRARY_PATH=$GST/libnice/nice/.libs:$LD_LIBRARY_PATH
+DYLD_LIBRARY_PATH=$GST/libnice/nice/.libs:$DYLD_LIBRARY_PATH
+
# ORC
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