File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 758
758
# libwebp can fail to compile on Ubuntu if these flags were left set to CFLAGS
759
759
CPPFLAGS=
760
760
761
- if build " libwebp" " 1.2.0 " ; then
762
- download " https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.2.0 .tar.gz" " libwebp-1.2.0 .tar.gz"
761
+ if build " libwebp" " 1.2.1 " ; then
762
+ download " https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.2.1 .tar.gz" " libwebp-1.2.1 .tar.gz"
763
763
execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static
764
764
make_dir build
765
765
cd build || exit
766
766
execute cmake -DCMAKE_INSTALL_PREFIX=" ${WORKSPACE} " -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_BINDIR=bin -DCMAKE_INSTALL_INCLUDEDIR=include -DENABLE_SHARED=OFF -DENABLE_STATIC=ON ../
767
767
execute make -j $MJOBS
768
768
execute make install
769
769
770
- build_done " libwebp" " 1.2.0 "
770
+ build_done " libwebp" " 1.2.1 "
771
771
fi
772
772
CONFIGURE_OPTIONS+=(" --enable-libwebp" )
773
773
You can’t perform that action at this time.
0 commit comments