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

Side by Side Diff: README.chromium

Issue 23988003: Fix flac compilation on VS2013 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/flac.git@master
Patch Set: Created 7 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | src/libFLAC/stream_decoder.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: flac 1 Name: flac
2 URL: http://sourceforge.net/projects/flac/files/flac-src/flac-1.2.1-src/flac-1.2 .1.tar.gz/download 2 URL: http://sourceforge.net/projects/flac/files/flac-src/flac-1.2.1-src/flac-1.2 .1.tar.gz/download
3 Version: 1.2.1 3 Version: 1.2.1
4 License: BSD 4 License: BSD
5 License File: COPYING.Xiph 5 License File: COPYING.Xiph
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 This contains a copy of flac-1.2.1 9 This contains a copy of flac-1.2.1
10 10
11 This library is required for the browser to compress and encode recorded audio 11 This library is required for the browser to compress and encode recorded audio
12 before sending to Google servers for speech recognition. This is a straight dump 12 before sending to Google servers for speech recognition. This is a straight dump
13 of flac-1.2.1 with all the unused files removed and the following changes: 13 of flac-1.2.1 with all the unused files removed and the following changes:
14 14
15 - Replaced include/share/alloc.h with a new file 15 - Replaced include/share/alloc.h with a new file
16 - Added flac.gyp, flac.h, README.chromium and src/libFLAC/alloc.c 16 - Added flac.gyp, flac.h, README.chromium and src/libFLAC/alloc.c
17 - Fixed memset(ctx, 0, sizeof(ctx)); in src/libFLAC/md5.c:266 17 - Fixed memset(ctx, 0, sizeof(ctx)); in src/libFLAC/md5.c:266
18 - Add #define for fseeko/ftello for VS2012 in src/libFLAC/stream_decoder.c and 18 - Add #define for fseeko/ftello for VS2012 and above in
19 src/libFLAC/stream_encoder.c 19 src/libFLAC/stream_decoder.c and src/libFLAC/stream_encoder.c
20 - Fixed Win64 compilation issues: https://codereview.chromium.org/11567032/ 20 - Fixed Win64 compilation issues: https://codereview.chromium.org/11567032/
OLDNEW
« no previous file with comments | « no previous file | src/libFLAC/stream_decoder.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698