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

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since fd5b1fe was fd5b1fe, checked in by Jim Gifford <clfs@…>, 18 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
  • 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  
    4040
    4141#ifdef _USE_SSE
    4242#include <xmmintrin.h>
     43#include "vq_sse.h"
    4344#elif defined(SHORTCUTS) && (defined(ARM4_ASM) || defined(ARM5E_ASM))
    4445#include "vq_arm4.h"
    4546#elif defined(BFIN_ASM)
Note: See TracBrowser for help on using the repository browser.