Skip to content

Commit 837dd47

Browse files
author
Srikanth Kotagiri
committedJul 8, 2024
Adding zlib 1.3.1
1 parent 5481a44 commit 837dd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build-ffmpeg

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ if build "nasm" "2.16.01"; then
385385
build_done "nasm" $CURRENT_PACKAGE_VERSION
386386
fi
387387

388-
if build "zlib" "1.3"; then
388+
if build "zlib" "1.3.1"; then
389389
download "https://www.zlib.net/zlib-${CURRENT_PACKAGE_VERSION}.tar.gz"
390390
if $SHARED_LIBRARIES; then
391391
execute ./configure --shared --prefix="${WORKSPACE}"

0 commit comments

Comments
 (0)
Failed to load comments.