Ignore:
Timestamp:
Jun 10, 2008 2:09:37 PM (16 years ago)
Author:
nanang
Message:

Upgraded Speex version to the latest and reorganized it in local copy (since Speex is now using Git)

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/speex 
        21portaudio       -r1381 https://www.portaudio.com/repos/portaudio/trunk 
  • pjproject/trunk/third_party/build/speex/config.h

    r1180 r2002  
    44#if !defined(PJ_HAS_FLOATING_POINT) || PJ_HAS_FLOATING_POINT==0 
    55#   define FIXED_POINT 
     6#else  
     7#   define FLOATING_POINT 
    68#endif 
    79 
     10#define MACRO 
    811 
    912#if (defined(PJ_WIN32) && PJ_WIN32!=0) || \ 
     
    1316#define inline __inline 
    1417#define restrict 
    15 #include "misc.h" 
    1618#endif 
    1719 
Note: See TracChangeset for help on using the changeset viewer.