aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate_libvpx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_libvpx.sh b/update_libvpx.sh
index 16f978653..cfbee1888 100755
--- a/update_libvpx.sh
+++ b/update_libvpx.sh
@@ -28,7 +28,7 @@ die() {
GIT_REPO="https://chromium.googlesource.com/webm/libvpx"
# Update to TOT by default.
-GIT_BRANCH="origin/master"
+GIT_BRANCH="main"
BASE_DIR=`pwd`