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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/libFLAC/stream_decoder.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 222896)
+++ README.chromium (working copy)
@@ -15,6 +15,6 @@
- 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 in src/libFLAC/stream_decoder.c and
- src/libFLAC/stream_encoder.c
+- 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/
« 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