File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -830,7 +830,7 @@ build_amd_amf_headers() {
830
830
# was https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git too big
831
831
# or https://github.com/DeadSix27/AMF smaller
832
832
# but even smaller!
833
- do_git_checkout https://github.com/rdp/amf_headers .git amf_headers_git
833
+ do_git_checkout https://github.com/GPUOpen-LibrariesAndSDKs/AMF .git amf_headers_git
834
834
835
835
cd amf_headers_git
836
836
if [ ! -f " already_installed" ]; then
@@ -989,7 +989,7 @@ build_libpng() {
989
989
}
990
990
991
991
build_libwebp () {
992
- do_git_checkout https://chromium.googlesource.com/webm/libwebp.git libwebp_git " origin/main "
992
+ do_git_checkout https://chromium.googlesource.com/webm/libwebp.git libwebp_git v1.2.4
993
993
cd libwebp_git
994
994
export LIBPNG_CONFIG=" $mingw_w64_x86_64_prefix /bin/libpng-config --static" # LibPNG somehow doesn't get autodetected.
995
995
generic_configure " --disable-wic"
You can’t perform that action at this time.
0 commit comments