Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
204 B
Bash
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
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