Disable use_system_libjpeg

This commit is contained in:
Алзим 2018-08-10 17:25:34 +03:00
parent 8964c5693c
commit 7a9d5ea652

View file

@ -336,9 +336,9 @@ rm -rf third_party/lcov
#rm -rf base/third_party/libevent/*.[ch]
#rm -rf third_party/libvpx/source/libvpx
rm -rf third_party/libexif/sources
rm -rf third_party/libjpeg/*.[ch]
rm -rf third_party/libjpeg_turbo/*.[ch]
rm -f third_party/pdfium/third_party/libopenjpeg20/*.[ch]
# rm -rf third_party/libjpeg/*.[ch]
# rm -rf third_party/libjpeg_turbo/*.[ch]
# rm -f third_party/pdfium/third_party/libopenjpeg20/*.[ch]
rm -rf third_party/libpng/*.[ch]
rm -rf third_party/libxslt/{libexslt,libxslt,linux,mac,win32}
#rm -rf third_party/mesa/src/src
@ -434,7 +434,7 @@ ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/node
enable_ac3_eac3_audio_demuxing=true \
enable_mse_mpeg2ts_stream_parser=true \
enable_hevc_demuxing=true \
use_system_libjpeg=true \
use_system_libjpeg=false \
use_libjpeg_turbo=false \
enable_widevine=true \
pdf_enable_xfa=true \