source: scripts/untested/blfs-patches/speex-1.1.10-fix_sse.patch@ 7ed0e05

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 7ed0e05 was fd5b1fe, checked in by Jim Gifford <clfs@…>, 19 years ago

r588@server (orig r586): ryan | 2005-08-05 22:47:43 -0700
Add pile of new patches for blfs packages



  • Property mode set to 100644
File size: 532 bytes
RevLine 
[fd5b1fe]1Submitted By: Ryan Oliver <ryan.oliver@pha.com.au>
2Date: 2005-08-06
3Initial Package Version: 1.1.10
4Upstream Status: From Upstream
5Origin: Gentoo (via speex CVS)
6Description: fix build when using sse
7
8--- speex-1.1.10/libspeex/vq.c 2005-06-04 13:57:12.000000000 +1000
9+++ speex-cvs/libspeex/vq.c 2005-07-24 01:42:50.000000000 +1000
10@@ -40,6 +40,7 @@
11
12 #ifdef _USE_SSE
13 #include <xmmintrin.h>
14+#include "vq_sse.h"
15 #elif defined(SHORTCUTS) && (defined(ARM4_ASM) || defined(ARM5E_ASM))
16 #include "vq_arm4.h"
17 #elif defined(BFIN_ASM)
Note: See TracBrowser for help on using the repository browser.