The new version should compile with VDR 1.7.27 and fix the issues with the TT6400 OSD.
Special thanks in random order to Udo Richter, gda and nox from vdrportal.de, Andreas 'powARman' Regel, Rolf Ahrenberg and Uwe
The changes:
- VDR 1.7.27 compatibility (Closes #919), Credit goes to nox and gda fro vdrportal.de
- Instead of doing mixed drawing to cOsd and cBitmap only draw to cBitmap (Closes #899, this should fixe the issues with the TT6400)
As always: Any help is welcome!
typo ?
is there a reason why the CXXFLAGS ( Makefile ) are hardcoded?
better would be this setup, so the user have the chance to use the systemwhite settings of CXXFLAGS without to edit the Makefile
+ OPTLEVEL = 2 + CXXFLAGS ?= -0..... - OPTLEVEL ?= 2 - CXXFLAGS = -0....
Friendly regards