Mailing List archive

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

[vdr] Re: MPlayer <-> VDR, the second one



On 21 Oct 2001 "Mario Goegel" <m.goegel@gmx.de> wrote:

> I can't compile it.
[...]
> gcc don't like the line 1886 in menu.c :
> 
> menu.c: In method `enum eOSState cMenuMain::ProcessKey(eKeys)':
> menu.c:1886: parse error before `)'
> make: *** [menu.o] Error 1
[...]
> #ifdef MPLAYER
>     case osMPlayer:    return AddSubMenu(new cMenuMPlayBrowse);
> #endif

cMenuMPlayBrowse seems to be undefined, but it shouldn't.
It's defined in mp3.h, which should be included from menu.c

Did the patch applied without error?
Try a "make clean" and recompile, may be it helps.

-- 
Stefan Huelswitt
huels@iname.com  | http://home.pages.de/~nathan



Home | Main Index | Thread Index