Mailing List archive

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

[vdr] Re: Can`t start VDR with mp3 Plugin



Johannes Treitz wrote:


But now ... I have the next problem. The compiler reports the following error in the player-mp3.c:

g++ -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DHAVE_SNDFILE -DHAVE_BEAUTYPATCH -I../../../include -I../../../../DVB/include player-mp3.c
player-mp3.c: In method `void cMP3Player::Action()':
player-mp3.c:1139: passing `const cFrame *' as argument 1 of `cRingBufferFrame::Drop(cFrame *)' discards qualifiers
make[1]: *** [player-mp3.o] Error 1

Then I just tried to comment line 1139

> if(pframe) {

How about changing the definition of pframe
to 'cFrame *' instead of 'const cFrame *' ?

--
Christian





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



Home | Main Index | Thread Index