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!
Development site: http://projects.vdr-developer.org/projects/plg-osdteletext
Downloads: http://projects.vdr-developer.org/projects/plg-osdteletext/files
Git-Web: http://projects.vdr-developer.org/git/vdr-plugin-osdteletext.git/
Anonymous Git-access : git://projects.vdr-developer.org/vdr-plugin-osdteletext.git
This is intended to be a community maintained project! Don't expect me to fix your problems, I'm merely maintaining the project!
Please report any bugs, ideas or feature requests to the project site (no registration required for this!). If you want to contribute patches, new features or whatever, post an issue or patch to the projects issue tracker or request to join the project. I would happily add everyone as a project member, who would like to contribute to the project!
Tobias
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