| Index: README.chromium
|
| diff --git a/README.chromium b/README.chromium
|
| index b2977048ab8139da374220ba8702c2cbb17e81b3..a6cf89b1194b30538faaa47e44d9c60b059ddc4e 100644
|
| --- a/README.chromium
|
| +++ b/README.chromium
|
| @@ -1,21 +1,19 @@
|
| -Name: flac
|
| -URL: https://xiph.org/flac/
|
| -Version: 1.2.1
|
| +URL: http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz
|
| +Version: 1.3.1
|
| License: BSD
|
| License File: COPYING.Xiph
|
| Security Critical: yes
|
|
|
| Description:
|
| -This contains a copy of flac-1.2.1
|
| -http://sourceforge.net/projects/flac/files/flac-src/flac-1.2.1-src/flac-1.2.1.tar.gz/download
|
| +This contains a copy of flac-1.3.1
|
|
|
| This library is required for the browser to compress and encode recorded audio
|
| before sending to Google servers for speech recognition. This is a straight dump
|
| -of flac-1.2.1 with all the unused files removed and the following changes:
|
| +of flac-1.3.1 with all the unused files removed and the following changes:
|
|
|
| -- Replaced include/share/alloc.h with a new file
|
| - Added flac.gyp, flac.h, README.chromium and src/libFLAC/alloc.c
|
| -- Fixed memset(ctx, 0, sizeof(ctx)); in src/libFLAC/md5.c:266
|
| -- Add #define for fseeko/ftello for VS2012 and above in
|
| - src/libFLAC/stream_decoder.c and src/libFLAC/stream_encoder.c
|
| -- Fixed Win64 compilation issues: https://codereview.chromium.org/11567032/
|
| +- Replaced include/share/alloc.h with a new file.
|
| +- include/libFLAC/private/macros.h: don't conditionalize on GCC version >= 4.3;
|
| + Clang looks like GCC 4.2, but we want these defines.
|
| +- src/share/win_utf8_io/win_utf8_io.c: call LoadLibraryA instead of just
|
| + LoadLibrary since the argument is a non-wide string.
|
|
|