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 cdf82da commit 9d2faaaCopy full SHA for 9d2faaa
etc/android_bootstrap.sh
@@ -21,7 +21,7 @@ GST_DIR_TARGET="${GST_DIR}/${TARGET}"
21
if [ ! -d $GST_DIR_TARGET ]; then
22
GST_ZIP="../gstreamer-${TARGET}.zip"
23
# Download the bundle containing all dependencies for Android.
24
- wget https://servo-deps.s3.amazonaws.com/gstreamer/gstreamer-$TARGET-1.14.3-20181004-142930.zip -O $GST_ZIP
+ wget https://servo-deps-2.s3.amazonaws.com/gstreamer/gstreamer-$TARGET-1.14.3-20181004-142930.zip -O $GST_ZIP
25
unzip $GST_ZIP -d $GST_DIR_TARGET > /dev/null
26
rm $GST_ZIP
27
fi
0 commit comments