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

Unified Diff: webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c

Issue 1412363004: Revert of With these changes, WebRtc x86 will build Visual Studio 2015. Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 1 month 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
Index: webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c
diff --git a/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c b/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c
index 1888f15b6ab67e14545ad96cfae30ff063a402ad..e8116ffdf863ffd8eae78bd269d09b63af979b5b 100644
--- a/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c
+++ b/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c
@@ -17,9 +17,7 @@
#ifdef WIN32
#include "windows.h"
-#ifndef CLOCKS_PER_SEC
#define CLOCKS_PER_SEC 1000
-#endif
#endif
#include <ctype.h>
@@ -220,7 +218,7 @@
_makepath(bitrateFileName, outDrive, outPath, "bitrate", ".txt");
bitrateFile = fopen(bitrateFileName, "a");
- fprintf(bitrateFile, "%% %s \n", inname);
+ fprintf(bitrateFile, "% %%s \n", inname);
#endif
printf("\n");

Powered by Google App Engine
This is Rietveld 408576698