File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -475,14 +475,15 @@ if build "libwebp"; then
475
475
download " https://github.com/webmproject/libwebp/archive/v1.1.0.tar.gz" " libwebp-1.1.0.tar.gz"
476
476
make_dir build
477
477
cd build || exit
478
- execute cmake -DCMAKE_INSTALL_PREFIX=" ${WORKSPACE} " -DENABLE_SHARED=OFF -DENABLE_STATIC=ON ../
478
+ execute cmake -DCMAKE_INSTALL_PREFIX=" ${WORKSPACE} " -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_BINDIR=bin -DCMAKE_INSTALL_INCLUDEDIR=include - DENABLE_SHARED=OFF -DENABLE_STATIC=ON ../
479
479
execute make -j $MJOBS
480
480
execute make install
481
481
482
482
build_done " libwebp"
483
483
fi
484
484
CONFIGURE_OPTIONS+=(" --enable-libwebp" )
485
485
486
+
486
487
# #
487
488
# # other library
488
489
# #
@@ -551,7 +552,6 @@ download "https://ffmpeg.org/releases/ffmpeg-4.3.1.tar.bz2"
551
552
./configure " ${CONFIGURE_OPTIONS[@]} " \
552
553
--disable-debug \
553
554
--disable-doc \
554
- --disable-ffplay \
555
555
--disable-shared \
556
556
--enable-gpl \
557
557
--enable-nonfree \
You can’t perform that action at this time.
0 commit comments