mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
gst-uninstalled: Added env var for uninstalled PTP helper
https://bugzilla.gnome.org/show_bug.cgi?id=755651
This commit is contained in:
parent
66b6d355e4
commit
8fc4794bcc
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue