mozjpeg build fix

This commit is contained in:
Matteo Paonessa 2018-12-27 15:38:40 +01:00
parent ba06b04f86
commit 6fbad35e18
1 changed files with 1 additions and 3 deletions

View File

@ -5,10 +5,8 @@ SOURCE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
#mozjpeg
git clone https://github.com/mozilla/mozjpeg
cd mozjpeg/
autoreconf -fiv
autoreconf -fiv #It's not a typo, trust me
mkdir build && cd build
../configure
cmake -G"Unix Makefiles" ..
make && sudo make install
cd ${SOURCE}