Skip to content

Commit

Permalink
|| true
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Jun 2, 2024
1 parent f7ca965 commit 0a23f30
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/build-scripts/gh-installdeps.bash
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,11 @@ elif [[ "$USE_CONAN" != "1" ]] ; then
fi

if [[ "$USE_LIBHEIF" != "0" ]] ; then
sudo add-apt-repository ppa:strukturag/libde265 -y
sudo add-apt-repository ppa:strukturag/libheif -y
time sudo apt-get update
sudo add-apt-repository ppa:strukturag/libde265 || true
sudo add-apt-repository ppa:strukturag/libheif || true
time sudo apt-get -q install -y libheif-plugin-aomdec \
libheif-plugin-aomenc libheif-plugin-libde265 \
libheif-plugin-x265 libheif-dev -y
libheif-plugin-x265 libheif-dev || true
fi

export CMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu:$CMAKE_PREFIX_PATH
Expand Down

0 comments on commit 0a23f30

Please sign in to comment.