I get the following errors compiling with VDR 1.3.42 and libmad/id3tag 0.15.1b: data.h:37: warning: 'class cScanDir' has virtual functions but non-virtual destructor data.h:37: warning: 'class cScanDir' has virtual functions but non-virtual destructor data.h:37: warning: 'class cScanDir' has virtual functions but non-virtual destructor data.h:37: warning: 'class cScanDir' has virtual functions but non-virtual destructor data.h:37: warning: 'class cScanDir' has virtual functions but non-virtual destructor data.h:37: warning: 'class cScanDir' has virtual functions but non-virtual destructor data.h:37: warning: 'class cScanDir' has virtual functions but non-virtual destructor data.h:37: warning: 'class cScanDir' has virtual functions but non-virtual destructor data.h:37: warning: 'class cScanDir' has virtual functions but non-virtual destructor data.h:37: warning: 'class cScanDir' has virtual functions but non-virtual destructor player-mplayer.c: In member function 'bool cMPlayerPlayer::Fork()': player-mplayer.c:390: warning: missing sentinel in function call Any hints? Thanks, Alain > Hi, > a maintenance release of the MP3/MPlayer plugin is available from > my homepage. It contains fixes for vdr 1.3.38 and other minor > improvements. > > <http://www.muempf.de/down/vdr-mp3-0.9.14.tar.gz> > > NEWS: > > 08.01.2006: Version 0.9.14 development (vdr 1.2.6/1.3.38) > - Fixed VDR hanging for some seconds when skipping songs and fixed pause mode > freezing live background when using OSS output. Reported by Andy Grobb. > - Now muting DVB audio while using OSS output. > - Finaly restored the function of the back key (jumps directly to plugin main > menu) (vdr >= 1.3.32 only). Thanks to Sascha Volkenandt for the hint. > - During MPlayer playback, the name of the current videofile is now parsed from > the MPlayer output. If you're using some kind of playlist hack, the MPlayer > plugin will now report the correct filename. Based on suggestions from Ronny > Kornexl. > - Extended the example mplayer.sh file to show how a playlist can be passed to > MPLayer. > - Fixed segfault in progress display with skincurses. Thanks to Pasi Juppo for > reporting. > - Adapted to the API changes in vdr 1.3.38. > >