python3Packages.openusd: 24.08 -> 24.11 (#376119)
[NixPkgs.git] / pkgs / development / libraries / gstreamer / core / setup-hook.sh
blob43d839eac7a72c7c5ccce3f9eb3643737411dc5e
1 addGstreamer1LibPath () {
2 if test -d "$1/lib/gstreamer-1.0"
3 then
4 addToSearchPath GST_PLUGIN_SYSTEM_PATH_1_0 "$1/lib/gstreamer-1.0"
5 fi
8 addEnvHooks "$hostOffset" addGstreamer1LibPath