source:
scripts/untested/blfs-patches/speex-1.1.10-fix_sse.patch@
8c8c5ab
Last change on this file since 8c8c5ab was fd5b1fe, checked in by , 19 years ago | |
---|---|
|
|
File size: 532 bytes |
-
libspeex/vq.c
Submitted By: Ryan Oliver <ryan.oliver@pha.com.au> Date: 2005-08-06 Initial Package Version: 1.1.10 Upstream Status: From Upstream Origin: Gentoo (via speex CVS) Description: fix build when using sse
old new 40 40 41 41 #ifdef _USE_SSE 42 42 #include <xmmintrin.h> 43 #include "vq_sse.h" 43 44 #elif defined(SHORTCUTS) && (defined(ARM4_ASM) || defined(ARM5E_ASM)) 44 45 #include "vq_arm4.h" 45 46 #elif defined(BFIN_ASM)
Note:
See TracBrowser
for help on using the repository browser.