Mailing List archive

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

[vdr] Re: ANNOUNCE: bitstreamout 0.50 (audio loop through sound card)



On Fri, Jan 09, 2004 at 05:43:23PM +0100, Dr. Werner Fink wrote:

> OK ... now I've the feedback I missed.  Therefore I've
> uploaded a new bitstreamout version 0.50 at
> 
>        http://bitstreamout.sourceforge.net/

Some error while make plugins:

g++ -mcpu=pentium4 -O3 -fPIC -DPIC -c
-DPLUGIN_NAME_I18N='"bitstreamout"' -D_GNU_SOURCE  -I../../../include
-I/usr/src/CVS/DVB/include channel.c
channel.c:217: error: default argument given for parameter 1 of `void
cInStream::ResetScan(bool)'
channel.h:87: error: after previous specification in `void
cInStream::ResetScan(bool)'

Which compiled perfectly after changing line 217 of channel.c from:

inline void cInStream::ResetScan(bool err = true)

to

inline void cInStream::ResetScan(bool err)

And it works perfectly ;-)

I have just updated to ALSA 1.0.1 (kernel 2.6.1-mm1) and I have some
other ALSA problem: I should certainly rebuild some tools against it.

Another big thank!!!

	Grégoire
________________________________________________________________________
http://magma.epfl.ch/greg ICQ:16624071 mailto:Gregoire.Favre@freesurf.ch


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index