blob: 43d839eac7a72c7c5ccce3f9eb3643737411dc5e (
plain)
1
2
3
4
5
6
7
8
|
addGstreamer1LibPath () {
if test -d "$1/lib/gstreamer-1.0"
then
addToSearchPath GST_PLUGIN_SYSTEM_PATH_1_0 "$1/lib/gstreamer-1.0"
fi
}
addEnvHooks "$hostOffset" addGstreamer1LibPath
|