Mailing List archive

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

[vdr] Re: VDR developer version 1.1.13



Robert Schiele wrote:
> 
> On Sun, Oct 13, 2002 at 05:23:56PM +0200, Klaus Schmidinger wrote:
> > VDR developer version 1.1.13 is now available at
> >
> >     ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.1.13.tar.bz2
> 
> Note that you need to apply the following patch to compile with an ISO
> compliant compiler.
> 
> Robert
> 
> --- ./dvbplayer.c~      2002-10-12 14:29:31.000000000 +0200
> +++ ./dvbplayer.c       2002-10-13 17:51:08.000000000 +0200
> @@ -635,7 +635,7 @@
>    return canToggleAudioTrack ? 2 : 1;
>  }
> 
> -const char **cDvbPlayer::GetAudioTracks(int *CurrentTrack = NULL) const
> +const char **cDvbPlayer::GetAudioTracks(int *CurrentTrack) const
>  {
>    if (NumAudioTracks()) {
>       if (CurrentTrack)
> --- ./transfer.c~       2002-10-12 15:32:48.000000000 +0200
> +++ ./transfer.c        2002-10-13 17:55:04.000000000 +0200
> @@ -155,7 +155,7 @@
>    return canToggleAudioTrack ? 2 : 1;
>  }
> 
> -const char **cTransfer::GetAudioTracks(int *CurrentTrack = NULL) const
> +const char **cTransfer::GetAudioTracks(int *CurrentTrack) const
>  {
>    if (NumAudioTracks()) {
>       if (CurrentTrack)

Ahhrgghhh - I hate it when that happens...
Do you get an actual *error* message or is this just a warning?

Thanks.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


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



Home | Main Index | Thread Index