We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2d2a1 commit 02b0542Copy full SHA for 02b0542
linuxdeploy-plugin-gstreamer.sh
@@ -63,8 +63,8 @@ else
63
plugins_dir=/usr/lib/$(uname -m)-linux-gnu/gstreamer-"$GSTREAMER_VERSION"
64
fi
65
66
-if [ "$GSTREAMER_PLUGINS_DIR" != "" ]; then
67
- helpers_dir="${GSTREAMER_PLUGINS_DIR}"
+if [ "$GSTREAMER_HELPERS_DIR" != "" ]; then
+ helpers_dir="${GSTREAMER_HELPERS_DIR}"
68
else
69
helpers_dir=/usr/lib/$(uname -m)-linux-gnu/gstreamer"$GSTREAMER_VERSION"/gstreamer-"$GSTREAMER_VERSION"
70
0 commit comments