start implementing hardware acceleration for armbox

you have to compile neutrino with "--enable-reschange" to use FullHD-OSD
This commit is contained in:
TangoCash
2017-10-05 12:52:53 +02:00
committed by Thilo Graf
parent 6fe5d269af
commit 2d11e017a0
5 changed files with 285 additions and 0 deletions

View File

@@ -138,6 +138,9 @@ CFrameBuffer* CFrameBuffer::getInstance()
#endif
#if HAVE_TRIPLEDRAGON
frameBuffer = new CFbAccelTD();
#endif
#if HAVE_ARM_HARDWARE
frameBuffer = new CFbAccelARM();
#endif
if (!frameBuffer)
frameBuffer = new CFrameBuffer();