Skip to content

Commit

Permalink
Pin the zimg version
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanmisaka authored and tandy-1000 committed Jun 23, 2022
1 parent 9ad3416 commit 15cf37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docker-build-win64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -356,14 +356,13 @@ make install
popd

# ZIMG
git clone --depth=1 https://github.com/sekrit-twc/zimg.git
git clone -b release-3.0.4 --depth=1 https://github.com/sekrit-twc/zimg.git
pushd zimg
./autogen.sh
./configure \
--prefix=${FF_DEPS_PREFIX} \
--host=${FF_TOOLCHAIN} \
--disable-shared \
--enable-pic \
--with-pic
make -j$(nproc)
make install
Expand Down
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ prepare_extra_common() {

# ZIMG
pushd ${SOURCE_DIR}
git clone --depth=1 https://github.com/sekrit-twc/zimg
git clone -b release-3.0.4 --depth=1 https://github.com/sekrit-twc/zimg
pushd zimg
./autogen.sh
./configure --prefix=${TARGET_DIR} ${CROSS_OPT}
Expand Down

0 comments on commit 15cf37b

Please sign in to comment.