Changeset 2002 for pjproject/trunk/third_party/build/speex/config.h
- Timestamp:
- Jun 10, 2008 2:09:37 PM (16 years ago)
- Location:
- pjproject/trunk/third_party
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party
- Property svn:externals
-
old new 1 speex -r12832 http://svn.xiph.org/trunk/speex2 1 portaudio -r1381 https://www.portaudio.com/repos/portaudio/trunk
-
- Property svn:externals
-
pjproject/trunk/third_party/build/speex/config.h
r1180 r2002 4 4 #if !defined(PJ_HAS_FLOATING_POINT) || PJ_HAS_FLOATING_POINT==0 5 5 # define FIXED_POINT 6 #else 7 # define FLOATING_POINT 6 8 #endif 7 9 10 #define MACRO 8 11 9 12 #if (defined(PJ_WIN32) && PJ_WIN32!=0) || \ … … 13 16 #define inline __inline 14 17 #define restrict 15 #include "misc.h"16 18 #endif 17 19
Note: See TracChangeset
for help on using the changeset viewer.