Skip to content

Commit 901d1ec

Browse files
saudetsbrunk
authored andcommitted
Upgrade presets for zlib 1.3.1
1 parent 42a1ec9 commit 901d1ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ffmpeg/cppbuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LIBAOM_CONFIG="-DENABLE_TESTS:BOOL=OFF -DENABLE_TESTDATA:BOOL=OFF -DENABLE_TOOLS
2727
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"
2828

2929
NASM_VERSION=2.14
30-
ZLIB=zlib-1.3
30+
ZLIB=zlib-1.3.1
3131
LAME=lame-3.100
3232
SPEEX=speex-1.2.1
3333
OPUS=opus-1.3.1

hdf5/cppbuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [[ -z "$PLATFORM" ]]; then
77
exit
88
fi
99

10-
ZLIB=zlib-1.3
10+
ZLIB=zlib-1.3.1
1111
HDF5_VERSION=1.14.3
1212
AEC_VERSION=1.1.2
1313
download "http://zlib.net/$ZLIB.tar.gz" $ZLIB.tar.gz

leptonica/cppbuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [[ -z "$PLATFORM" ]]; then
88
fi
99

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

0 commit comments

Comments
 (0)