Skip to content

Commit 7ca03f4

Browse files
authored
Update build-ffmpeg
1 parent 71b5319 commit 7ca03f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ else
419419

420420
if [[ ! $ARCH == 'arm64' ]]; then
421421
if build "gnutls" "3.7.8"; then
422-
download "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.7.8.tar.xz"
422+
download "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.8.tar.xz"
423423
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static --disable-doc --disable-tools --disable-cxx --disable-tests --disable-gtk-doc-html --disable-libdane --disable-nls --enable-local-libopts --disable-guile --with-included-libtasn1 --with-included-unistring --without-p11-kit CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
424424
execute make -j $MJOBS
425425
execute make install

0 commit comments

Comments
 (0)