diff options
Diffstat (limited to 'chromium')
-rwxr-xr-x | chromium/chromium/chromium-ffmpeg-clean.sh | 2 | ||||
-rw-r--r-- | chromium/chromium/chromium.spec | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/chromium/chromium/chromium-ffmpeg-clean.sh b/chromium/chromium/chromium-ffmpeg-clean.sh index 42b1730..f66e068 100755 --- a/chromium/chromium/chromium-ffmpeg-clean.sh +++ b/chromium/chromium/chromium-ffmpeg-clean.sh @@ -87,12 +87,14 @@ header_files=" libavcodec/x86/inline_asm.h \ libavcodec/mathops.h \ libavcodec/me_cmp.h \ libavcodec/motion_est.h \ + libavcodec/mpeg12data.h \ libavcodec/mpegpicture.h \ libavcodec/mpegutils.h \ libavcodec/mpegvideo.h \ libavcodec/mpegvideodsp.h \ libavcodec/mpegvideoencdsp.h \ libavcodec/options_table.h \ + libavcodec/opus_rc.h \ libavcodec/pcm_tablegen.h \ libavcodec/pixblockdsp.h \ libavcodec/pixels.h \ diff --git a/chromium/chromium/chromium.spec b/chromium/chromium/chromium.spec index 8104aa0..b841790 100644 --- a/chromium/chromium/chromium.spec +++ b/chromium/chromium/chromium.spec @@ -35,7 +35,7 @@ %bcond_without require_clang Name: chromium -Version: 56.0.2924.87 +Version: 57.0.2987.98 Release: 100%{?dist} Summary: An open-source project that aims to build a safer, faster, and more stable browser @@ -341,6 +341,7 @@ export CC=clang CXX=clang++ gn_args=( is_debug=false + is_component_build=false use_sysroot=false use_cups=true use_gconf=false @@ -487,6 +488,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sat Mar 11 2017 - Ting-Wei Lan <lantw44@gmail.com> - 57.0.2987.98-100 +- Update to 57.0.2987.98 + * Sun Feb 05 2017 - Ting-Wei Lan <lantw44@gmail.com> - 56.0.2924.87-100 - Update to 56.0.2924.87 |