HEIF: Update build-libheif.sh #2726

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-10-07 13:42:33 +02:00
parent e76d73afee
commit 97fff0bfd3

View file

@ -33,7 +33,7 @@ echo "------------------------------------------------"
echo "Installing build deps..."
sudo apt-get -qq update
sudo apt-get -qq install build-essential gcc g++ gettext git autoconf automake cmake libtool libjpeg8 libjpeg8-dev libde265-dev
sudo apt-get -qq install build-essential gcc g++ gettext git autoconf automake cmake libtool libjpeg8 libjpeg8-dev libde265-dev libaom-dev
cd "/tmp" || exit
rm -rf "/tmp/libheif"