Merge branch 'uncool/dvbsi++' commit 3bbaddec39

Conflicts:
	src/driver/framebuffer.cpp
This commit is contained in:
Stefan Seyfried
2013-01-03 09:46:11 +01:00
14 changed files with 123 additions and 44 deletions

View File

@@ -34,6 +34,8 @@
#include <string>
#include <map>
#include <OpenThreads/Mutex>
#include <OpenThreads/ScopedLock>
#define fb_pixel_t uint32_t
@@ -66,6 +68,7 @@ class CFrameBuffer
private:
CFrameBuffer();
OpenThreads::Mutex mutex;
struct rgbData
{