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

Side by Side Diff: opus/win32/config.h

Issue 11196031: Add copy of opus library in deps/third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « opus/tests/test_opus_encode.c ('k') | opus/win32/genversion.bat » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 #ifndef CONFIG_H
2 #define CONFIG_H
3
4 #define CELT_BUILD 1
5
6 #define inline __inline
7 #define getpid _getpid
8
9 #define USE_ALLOCA 1
10
11 /* Comment out the next line for floating-point code */
12 /*#define FIXED_POINT 1 */
13
14 #define OPUS_BUILD 1
15
16 /* Get rid of the CELT VS compile warnings */
17 #if 1
18 #pragma warning(disable : 4996)/* This function or variable may be unsafe. Consi der using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. */
19 #endif
20
21 #include "version.h"
22
23 #endif CONFIG_H
OLDNEW
« no previous file with comments | « opus/tests/test_opus_encode.c ('k') | opus/win32/genversion.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698