File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1087,9 +1087,9 @@ RUN sed -i 's/-lvpl /-lvpl -lstdc++ /' /usr/local/lib/pkgconfig/vpl.pc
10871087# bump: vvenc /VVENC_VERSION=([\d.]+)/ https://github.com/fraunhoferhhi/vvenc.git|*
10881088# bump: vvenc after ./hashupdate Dockerfile VVENC $LATEST
10891089# bump: vvenc link "CHANGELOG" https://github.com/fraunhoferhhi/vvenc/releases/tag/v$LATEST
1090- ARG VVENC_VERSION=1.13.1
1090+ ARG VVENC_VERSION=1.14.0
10911091ARG VVENC_URL="https://github.com/fraunhoferhhi/vvenc/archive/refs/tags/v$VVENC_VERSION.tar.gz"
1092- ARG VVENC_SHA256=9d0d88319b9c200ebf428471a3f042ea7dcd868e8be096c66e19120a671a0bc8
1092+ ARG VVENC_SHA256=dd43d061d59dbc0d9b9ae5b99cb40672877dd811646228938f065798939ee174
10931093RUN \
10941094 wget $WGET_OPTS -O vvenc.tar.gz "$VVENC_URL" && \
10951095 echo "$VVENC_SHA256 vvenc.tar.gz" | sha256sum --status -c - && \
You can’t perform that action at this time.
0 commit comments