Skip to content

Commit

Permalink
Upgrade presets for zlib 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Jan 26, 2024
1 parent ca95c10 commit 76a13dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ffmpeg/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LIBAOM_CONFIG="-DENABLE_TESTS:BOOL=OFF -DENABLE_TESTDATA:BOOL=OFF -DENABLE_TOOLS
LIBSVTAV1_CONFIG="-DBUILD_APPS:BOOL=OFF -DBUILD_TESTING:BOOL=OFF -DBUILD_SHARED_LIBS=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_INCLUDEDIR=include -DCMAKE_INSTALL_BINDIR=bin"

NASM_VERSION=2.14
ZLIB=zlib-1.3
ZLIB=zlib-1.3.1
LAME=lame-3.100
SPEEX=speex-1.2.1
OPUS=opus-1.3.1
Expand Down
2 changes: 1 addition & 1 deletion hdf5/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ -z "$PLATFORM" ]]; then
exit
fi

ZLIB=zlib-1.3
ZLIB=zlib-1.3.1
HDF5_VERSION=1.14.3
AEC_VERSION=1.1.2
download "http://zlib.net/$ZLIB.tar.gz" $ZLIB.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion leptonica/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ -z "$PLATFORM" ]]; then
fi

NASM_VERSION=2.14
ZLIB=zlib-1.3
ZLIB=zlib-1.3.1
GIFLIB=giflib-5.2.1
LIBJPEG=libjpeg-turbo-3.0.1
LIBPNG=libpng-1.6.40 # warning: libpng16 doesn't work on CentOS 6 for some reason
Expand Down

0 comments on commit 76a13dc

Please sign in to comment.