Re: [Flac-dev] Re: build issues

2006-11-18 Thread Josh Coalson
--- Ralph Giles [EMAIL PROTECTED] wrote:
 On Fri, Nov 17, 2006 at 08:32:02AM -0800, Josh Coalson wrote:
 
  OK, I built on one of the sourceforge machines and made a bunch
  more fixes.  there are a couple innocuous warnings but the tests
  all pass for me.  I also checked in changes to the vendor string,
  can you try one more time now?
 
 Yep, all 7 tests pass now. Yay!
 
 Attached is an autogen integration patch:
 (a) pass -I m4 to aclocal
 (b) set a minimum automake version of 1.7
 
 Both are required to build out of cvs on my Ubuntu system.

cool, checked in, thanks



 

Sponsored Link

Mortgage rates near 39yr lows. 
$510k for $1,698/mo. Calculate new payment! 
www.LowerMyBills.com/lre
___
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


[Flac-dev] negative LPC shift

2006-11-18 Thread Miroslav Lichvar
From the FLAC format description:

5 Quantized linear predictor coefficient shift needed in bits
(NOTE: this number is signed two's-complement).

What happens when the shift is negative?

Problem is that libFLAC decoder (and possibly all other decoders) uses
always '' operator and this operator shifts only to right.
(int)x  -1 is the same as (int)x  31.

-- 
Miroslav Lichvar
___
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


[Flac-dev] [PATCH]CVS 2006-11-28 and Borland C++

2006-11-18 Thread Zen
Here is a patch which mainly modify only #if defined to be able to 
work with Borland C++ Builder 2006.

I hope you will integrate it to the CVS.

http://sourceforge.net/tracker/index.php?func=detailaid=1599018group_id=13478atid=313478 


___
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev