Mailing List archive

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

[vdr] Re: vdr-1.3.1 and mplayer: compilation problem



On Sun, 11 Jan 2004, Gregoire Favre wrote:

> Hello again,
>
> ...
> g++ -mcpu=pentium4 -O3 -c -D_GNU_SOURCE -DHAVE_SNDFILE -DHAVE_VORBISFILE -DHAVE_BEAUTYPATCH -I../../../include -I/usr/src/CVS/DVB/include mplayer.c
> g++ -mcpu=pentium4 -O3 -c -D_GNU_SOURCE -DHAVE_SNDFILE -DHAVE_VORBISFILE -DHAVE_BEAUTYPATCH -I../../../include -I/usr/src/CVS/DVB/include menu-mplayer.c
> menu-mplayer.c: In constructor `cMPlayerControl::cMPlayerControl()':
> menu-mplayer.c:90: error: no matching function for call to `cFont::cFont(eDvbFont)'
> ../../../include/vdr/font.h:29: error: candidates are: cFont::cFont(const cFont&)
> ../../../include/vdr/font.h:42: error:                 cFont::cFont(void*)
> menu-mplayer.c:91: error: no matching function for call to `cFont::cFont(eDvbFont)'
> ../../../include/vdr/font.h:29: error: candidates are: cFont::cFont(const cFont&)
> ../../../include/vdr/font.h:42: error:                 cFont::cFont(void*)
> make[1]: *** [menu-mplayer.o] Error 1
> make[1]: Leaving directory `/usr/src/vdr-1.3.1/PLUGINS/src/mp3-0.8.2'

Hi,

it seems that due to font changes in vdr-1.3.x versions, mp3/mplayer
plugins Makefile makes one mistake recognising if something called beauty
patch is applied.

Just edit Makefile and comment / delete these lines and it should compile
ok.

ifeq ($(shell test -f $(VDRDIR)/fontsym.h ; echo $$?),0)
  DEFINES += -DHAVE_BEAUTYPATCH
endif


Works for me. Though only tested mp3-plugin in action.

/Jussi



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



Home | Main Index | Thread Index