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 9ba2b2a commit c34a2b1Copy full SHA for c34a2b1
install-php-extensions
@@ -2141,7 +2141,7 @@ isLibdav1dInstalled() {
2141
# Install libdav1d
2142
installLibdav1d() {
2143
printf 'Installing libdav1d\n'
2144
- installLibdav1d_dir="$(getPackageSource https://code.videolan.org/videolan/dav1d/-/archive/0.9.2/dav1d-0.9.2.tar.gz)"
+ installLibdav1d_dir="$(getPackageSource https://github.com/videolan/dav1d/archive/refs/tags/0.9.2.tar.gz)"
2145
mkdir -- "$installLibdav1d_dir/build"
2146
cd -- "$installLibdav1d_dir/build"
2147
meson --buildtype release -Dprefix=/usr ..
0 commit comments