SOURCES: speech_tools-gcc41.patch - note: fix ALU in /dev/brain.

pluto pluto at pld-linux.org
Wed Jan 18 20:21:05 CET 2006


Author: pluto                        Date: Wed Jan 18 19:21:05 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- note: fix ALU in /dev/brain.

---- Files affected:
SOURCES:
   speech_tools-gcc41.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/speech_tools-gcc41.patch
diff -u SOURCES/speech_tools-gcc41.patch:1.2 SOURCES/speech_tools-gcc41.patch:1.3
--- SOURCES/speech_tools-gcc41.patch:1.2	Wed Jan 18 20:18:20 2006
+++ SOURCES/speech_tools-gcc41.patch	Wed Jan 18 20:20:59 2006
@@ -28,7 +28,7 @@
  	    fir_stereo(inp + inoffset + inbaseidx,
  		       coep + cycctr * firlen, firlen,
 -		       outp + outidx++, outp + outidx++);
-+		       outp + outidx + 1, outp + outidx + 2);
++		       outp + outidx, outp + outidx + 1);
 +	    outidx += 2;
  	    cycctr++;
  	    if (!(cycctr %= up))
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/speech_tools-gcc41.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list