mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-23 17:42:45 +00:00
Updated spec
This commit is contained in:
parent
7a9d5ea652
commit
ab41a7f2e2
1 changed files with 5 additions and 5 deletions
|
@ -122,7 +122,7 @@ BuildRequires: bzip2-devel
|
|||
BuildRequires: cap-devel
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: elfutils-devel
|
||||
BuildRequires: jpeg-devel
|
||||
BuildRequires: jpeg-devel < 2.0.0
|
||||
%if 0%{jsoncpp}
|
||||
BuildRequires: jsoncpp-devel
|
||||
%endif
|
||||
|
@ -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=false \
|
||||
use_system_libjpeg=true \
|
||||
use_libjpeg_turbo=false \
|
||||
enable_widevine=true \
|
||||
pdf_enable_xfa=true \
|
||||
|
|
Loading…
Add table
Reference in a new issue