Add "setup" to the "meson" commands

Fix the following meson warning:
  WARNING: Running the setup command as `meson [options]` instead of
  `meson setup [options]` is ambiguous and deprecated.
diff --git a/ext/dav1d.cmd b/ext/dav1d.cmd
index a5cdfdf..3bd23f9 100755
--- a/ext/dav1d.cmd
+++ b/ext/dav1d.cmd
@@ -18,6 +18,6 @@
 : # macOS might require: -Dc_args=-fno-stack-check
 : # Build with asan: -Db_sanitize=address
 : # Build with ubsan: -Db_sanitize=undefined
-meson --default-library=static --buildtype release ..
+meson setup --default-library=static --buildtype release ..
 ninja
 cd ../..
diff --git a/ext/dav1d_android.sh b/ext/dav1d_android.sh
index 8466eae..802c431 100755
--- a/ext/dav1d_android.sh
+++ b/ext/dav1d_android.sh
@@ -27,7 +27,7 @@
   abi="${ABI_LIST[i]}"
   mkdir "${abi}"
   cd "${abi}"
-  PATH=$PATH:${android_bin} meson --default-library=static --buildtype release \
+  PATH=$PATH:${android_bin} meson setup --default-library=static --buildtype release \
     --cross-file="../../package/crossfiles/${ARCH_LIST[i]}-android.meson" \
     -Denable_tools=false -Denable_tests=false ../..
   PATH=$PATH:${android_bin} ninja
diff --git a/tests/docker/build.sh b/tests/docker/build.sh
index 5dbea0e..e036629 100644
--- a/tests/docker/build.sh
+++ b/tests/docker/build.sh
@@ -39,7 +39,7 @@
 cd dav1d
 mkdir build
 cd build
-meson --prefix=/usr --buildtype release ..
+meson setup --prefix=/usr --buildtype release ..
 ninja install
 
 # libgav1