protux-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Protux-devel] Errors in compilation 0.15.9


From: Valery Beluntsov
Subject: Re: [Protux-devel] Errors in compilation 0.15.9
Date: Tue, 3 Dec 2002 01:55:17 +0300
User-agent: KMail/1.4.2

>
> The solution is to replace lines 212 and 213 in  MustuxAudioDeviceMapper.cc
>
>
>         fragmentSize = fs;
>         fragmentSizeInBlocks = fragmentSize / (channels*(bitDepth/8));
>
> with this
>
>
>         fragmentSize[0] = fs;
>         fragmentSizeInBlocks[0] = fragmentSize / (channels*(bitDepth/8));

It really helps but not exactly lkie this. I tried the following ---

 fragmentSizeInBlocks[0] = fragmentSize[0] / (channels*(bitDepth/8));

and libmustux compiled OK.


-- 
Best regards,
Valery




reply via email to

[Prev in Thread] Current Thread [Next in Thread]