mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-28 16:00:58 +02:00
Revert "move libthread to libstb-hal"
This reverts commitd5cea508e0
. Origin commit data ------------------ Branch: master Commit:6b8b8cd551
Author: max_10 <max_10@gmx.de> Date: 2018-09-20 (Thu, 20 Sep 2018) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ifndef _VIDEO_LIB_H
|
||||
#define _VIDEO_LIB_H
|
||||
|
||||
#include <thread_abstraction.h>
|
||||
#include <mutex_abstraction.h>
|
||||
#include "../common/thread_abstraction.h"
|
||||
#include "../common/mutex_abstraction.h"
|
||||
#include <vector>
|
||||
#include <linux/dvb/video.h>
|
||||
#include "cs_types.h"
|
||||
@@ -121,7 +121,7 @@ typedef enum
|
||||
|
||||
|
||||
#define VDEC_MAXBUFS 0x30
|
||||
class cVideo : public Thread
|
||||
class cVideo : public SimpleThread
|
||||
{
|
||||
friend class GLFramebuffer;
|
||||
friend class cDemux;
|
||||
|
Reference in New Issue
Block a user