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

Unified 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 side-by-side diff with in-line comments
Download patch
« speex/README.chromium ('K') | « speex/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: speex/include/speex/speex_config_types.h
===================================================================
--- speex/include/speex/speex_config_types.h (revision 0)
+++ speex/include/speex/speex_config_types.h (revision 0)
@@ -0,0 +1,11 @@
+#ifndef __SPEEX_TYPES_H__
jorlow 2010/08/18 09:26:21 license on top?
+#define __SPEEX_TYPES_H__
+
+/* these are filled in by configure */
+typedef short spx_int16_t;
+typedef unsigned short spx_uint16_t;
+typedef int spx_int32_t;
+typedef unsigned int spx_uint32_t;
+
+#endif
+
« 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