Bug #10575, was updated on 2007-Mar-07 20:34
Here is a current snapshot of the bug.

Project: Vdr Softdevice
Category: None
Status: Closed
Resolution: None
Bug Group: None
Priority: 5
Submitted by: pimboli
Assigned to : none
Summary: softplay + vdr-1.5.0

Details: Hi,

I was unable to compile softplay with vdr-1.5.0.

Plugin softplay:
make[1]: Entering directory `/usr/src/vdr-1.5.0/PLUGINS/src/softplay'
g++ -g -O2 -Wall -Woverloaded-virtual -L/usr/local/include/ffmpeg/ 
-L/usr/local/include/ffmpeg//libavformat 
-L/usr/local/include/ffmpeg//libavcodec -L/usr/local/include/ffmpeg//libavutil  
-c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"softplay"' -I../../../include 
-I../../../../DVB/include -I/usr/local/include/ffmpeg/ 
-I/usr/local/include/ffmpeg//libavformat 
-I/usr/local/include/ffmpeg//libavcodec -I/usr/local/include/ffmpeg//libavutil  
SoftPlayer.c
SoftPlayer.c: In member function 'virtual void cSoftPlayer::Action()':
SoftPlayer.c:333: error: no matching function for call to 
'cDevice::GetDevice(const cChannel*&, int)'
../../../include/vdr/device.h:127: note: candidates are: static cDevice* 
cDevice::GetDevice(int)
../../../include/vdr/device.h:131: note:                 static cDevice* 
cDevice::GetDevice(const cChannel*, int, bool)
SoftPlayer.c: In member function 'void cSoftPlayer::ChannelUpDown(int)':
SoftPlayer.c:519: error: no matching function for call to 
'cDevice::GetDevice(const cChannel*&, int)'
../../../include/vdr/device.h:127: note: candidates are: static cDevice* 
cDevice::GetDevice(int)
../../../include/vdr/device.h:131: note:                 static cDevice* 
cDevice::GetDevice(const cChannel*, int, bool)
SoftPlayer.c:525: error: no matching function for call to 
'cDevice::GetDevice(const cChannel*&, int)'
../../../include/vdr/device.h:127: note: candidates are: static cDevice* 
cDevice::GetDevice(int)
../../../include/vdr/device.h:131: note:                 static cDevice* 
cDevice::GetDevice(const cChannel*, int, bool)
make[1]: *** [SoftPlayer.o] Error 1
make[1]: Leaving directory `/usr/src/vdr-1.5.0/PLUGINS/src/softplay'

Can anybody give me a hint how I can solve this error?

regards

Follow-Ups:

Date: 2007-Mar-12 22:35
By: wachm

Comment:
Should now be fixed in the CVS. 
-------------------------------------------------------

For detailed info, follow this link:
http://developer.berlios.de/bugs/?func=detailbug&bug_id=10575&group_id=2051
_______________________________________________
Softdevice-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/softdevice-devel

Reply via email to