Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Unified Diff: README.chromium

Issue 1961133002: Update FLAC to 1.3.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/flac.git@master
Patch Set: build config tweaks for Windows Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README ('k') | flac.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « README ('k') | flac.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698