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

Side by Side Diff: speex/include/speex/speex_config_types.h.in

Issue 3119024: Add speex to trunk/deps/third_party/.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 4 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
Property Changes:
Name: svn:executable
+ *
OLDNEW
(Empty)
1 #ifndef __SPEEX_TYPES_H__
2 #define __SPEEX_TYPES_H__
3
4 /* these are filled in by configure */
5 typedef @SIZE16@ spx_int16_t;
6 typedef unsigned @SIZE16@ spx_uint16_t;
7 typedef @SIZE32@ spx_int32_t;
8 typedef unsigned @SIZE32@ spx_uint32_t;
9
10 #endif
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698