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

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

Issue 3142018: Add a header file which got missed out in the initial commit (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
« speex/README.chromium ('K') | « speex/README.chromium ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #ifndef __SPEEX_TYPES_H__
jorlow 2010/08/18 09:26:21 license on top?
2 #define __SPEEX_TYPES_H__
3
4 /* these are filled in by configure */
5 typedef short spx_int16_t;
6 typedef unsigned short spx_uint16_t;
7 typedef int spx_int32_t;
8 typedef unsigned int spx_uint32_t;
9
10 #endif
11
OLDNEW
« speex/README.chromium ('K') | « speex/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698