Mailing List archive

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

[vdr] Re: tosvcd 0.7 question



Hi Werner,

thanks a lot! Now it works.

Alas, I wasn't able to play my first test-(s)vcds on my standalone 
player or my Mac.

Haven't yet gotten around to successfully install either the 
vcd-0.0.3-plugin for vdr-1.1.6

   (vcd_player.c:360: `DevicePoll' undeclared (first use this function))

or the AIO-patch for vdr-1.0.4.

   (dvbapi.c:1104: `PlayExternalDolby' undeclared in namespace `std')

Both did not compile.

Do you (or anybody else) have an idea what packages my system is missing 
(RedHat 8.0)?

Thanks for your help.


Bye Benjamin




Werner Schweer wrote:

> On Tuesday 03 December 2002 21:11, you wrote:
>
> >Hi,
> >
> >I'm trying to get tosvcd (0.7) to work. But all I am able to achieve is
> >having some processes hanging around. The tosvcd-output looks like this:
> >
>
> ...
>
> tosvcd 0.7 does not work with glibc 2.3.1.
> Please comment out the catching of all signals around line 1200 in
> tosvcd.c:
>
>       //---------------------------------------------------
>       //  debugging:
>       //  catch all signals
>       //---------------------------------------------------
> #if 0
>       for (int i = 0; i < _NSIG; ++i) {
>             if (i != SIGABRT)
>                   signal(i, catchSignal);
>             }
> #endif
>
> With this change tosvcd 0.7 should work again.
>
> Regards,
> Werner
>
>
>
>
>




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



Home | Main Index | Thread Index