diff options
author | Vivia Nikolaidou <vivia@toolsonair.com> | 2015-09-26 01:29:07 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-10-23 15:44:21 +0300 |
commit | 8fc4794bcc8723cca75ff3e79eed145ab10f9aa2 (patch) | |
tree | 6b2878727168d00710cf21332571453eae7081d7 /scripts | |
parent | 66b6d355e4e876a984def6824d9def582b83359e (diff) |
gst-uninstalled: Added env var for uninstalled PTP helper
https://bugzilla.gnome.org/show_bug.cgi?id=755651
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gst-uninstalled | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled index d033514e3..8ff5048b9 100755 --- a/scripts/gst-uninstalled +++ b/scripts/gst-uninstalled @@ -177,6 +177,8 @@ rm -f $GST/gstreamer/registry.xml 2>/dev/null export GST_REGISTRY=$GST/gstreamer/registry.dat # Point at the uninstalled plugin scanner export GST_PLUGIN_SCANNER=$GST/gstreamer/libs/gst/helpers/gst-plugin-scanner +# Point at the uninstalled PTP helper +export GST_PTP_HELPER=$GST/gstreamer/libs/gst/helpers/.libs/gst-ptp-helper # once MANPATH is set, it needs at least an "empty"component to keep pulling # in the system-configured man paths from man.config |