mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-31 01:11:13 +02:00
@@ -18,8 +18,8 @@
|
||||
|
||||
#ifndef __glthread__
|
||||
#define __glthread__
|
||||
#include <thread_abstraction.h>
|
||||
#include <mutex_abstraction.h>
|
||||
#include "../common/thread_abstraction.h"
|
||||
#include "../common/mutex_abstraction.h"
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
@@ -31,7 +31,7 @@ extern "C" {
|
||||
#include <libavutil/rational.h>
|
||||
}
|
||||
|
||||
class GLFramebuffer : public Thread
|
||||
class GLFramebuffer : public SimpleThread
|
||||
{
|
||||
public:
|
||||
GLFramebuffer(int x, int y);
|
||||
|
Reference in New Issue
Block a user