Skip to content

Commit 30d8a9e

Browse files
committed
attempt #669
1 parent 9be2c8b commit 30d8a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cross_compile_ffmpeg.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ build_amd_amf_headers() {
830830
# was https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git too big
831831
# or https://github.com/DeadSix27/AMF smaller
832832
# 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
834834

835835
cd amf_headers_git
836836
if [ ! -f "already_installed" ]; then
@@ -989,7 +989,7 @@ build_libpng() {
989989
}
990990

991991
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
993993
cd libwebp_git
994994
export LIBPNG_CONFIG="$mingw_w64_x86_64_prefix/bin/libpng-config --static" # LibPNG somehow doesn't get autodetected.
995995
generic_configure "--disable-wic"

0 commit comments

Comments
 (0)