mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
neutrino: first preliminary support for AZbox ME
this is very experimental and depends on more fixes in libstb-hal, but audio / video / OSD are basically working
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
Copyright (C) 2001 Steffen Hehn 'McClean'
|
||||
Homepage: http://dbox.cyberphoria.org/
|
||||
|
||||
Copyright (C) 2007-2012 Stefan Seyfried
|
||||
|
||||
License: GPL
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
@@ -235,6 +237,9 @@ class CFrameBuffer
|
||||
#if HAVE_SPARK_HARDWARE
|
||||
void mark(int x, int y, int dx, int dy);
|
||||
void blit(void);
|
||||
#elif HAVE_AZBOX_HARDWARE
|
||||
void mark(int, int, int, int) {};
|
||||
void blit(void);
|
||||
#else
|
||||
void mark(int, int, int, int) {};
|
||||
void blit(void) {};
|
||||
|
Reference in New Issue
Block a user