Magellan Linux

Annotation of /trunk/speex/patches/speex-1.1.10-sse.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 336 byte(s)
-import

1 niro 153 --- speex-1.1.10/libspeex/vq.c 2005-06-04 05:57:12.000000000 +0200
2     +++ speex-patched/libspeex/vq.c 2005-10-08 12:26:57.000000000 +0200
3     @@ -40,6 +40,7 @@
4    
5     #ifdef _USE_SSE
6     #include <xmmintrin.h>
7     +#include <vq_sse.h>
8     #elif defined(SHORTCUTS) && (defined(ARM4_ASM) || defined(ARM5E_ASM))
9     #include "vq_arm4.h"
10     #elif defined(BFIN_ASM)