mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-24 01:52:45 +00:00
Disable use_system_libjpeg
This commit is contained in:
parent
8964c5693c
commit
7a9d5ea652
1 changed files with 4 additions and 4 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue