mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
Revert "- rename dmx_hal.h => dmx.h; it's a really header, not a wrapper"
This reverts commit7395664ea6
. Origin commit data ------------------ Branch: master Commit:f928fc0285
Author: vanhofen <vanhofen@gmx.de> Date: 2021-11-07 (Sun, 07 Nov 2021) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <OpenThreads/Mutex>
|
#include <OpenThreads/Mutex>
|
||||||
#include <OpenThreads/ScopedLock>
|
#include <OpenThreads/ScopedLock>
|
||||||
#include "dmx.h"
|
#include "dmx_hal.h"
|
||||||
#include "hal_debug.h"
|
#include "hal_debug.h"
|
||||||
|
|
||||||
#include "video_lib.h"
|
#include "video_lib.h"
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
#define __RECORD_LIB_H__
|
#define __RECORD_LIB_H__
|
||||||
|
|
||||||
#include <semaphore.h>
|
#include <semaphore.h>
|
||||||
#include "dmx.h"
|
#include "dmx_hal.h"
|
||||||
|
|
||||||
#define REC_STATUS_OK 0
|
#define REC_STATUS_OK 0
|
||||||
#define REC_STATUS_SLOW 1
|
#define REC_STATUS_SLOW 1
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <linux/dvb/video.h>
|
#include <linux/dvb/video.h>
|
||||||
#include "cs_types.h"
|
#include "cs_types.h"
|
||||||
#include "dmx.h"
|
#include "dmx_hal.h"
|
||||||
|
|
||||||
typedef struct cs_vs_format_t
|
typedef struct cs_vs_format_t
|
||||||
{
|
{
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
#include "audio_lib.h"
|
#include "audio_lib.h"
|
||||||
#include "dmx.h"
|
#include "dmx_hal.h"
|
||||||
#include "hal_debug.h"
|
#include "hal_debug.h"
|
||||||
|
|
||||||
#define hal_debug(args...) _hal_debug(HAL_DEBUG_AUDIO, this, args)
|
#define hal_debug(args...) _hal_debug(HAL_DEBUG_AUDIO, this, args)
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include "dmx.h"
|
#include "dmx_hal.h"
|
||||||
#include "hal_debug.h"
|
#include "hal_debug.h"
|
||||||
|
|
||||||
#include "video_lib.h"
|
#include "video_lib.h"
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
#define __RECORD_LIB_H__
|
#define __RECORD_LIB_H__
|
||||||
|
|
||||||
#include <semaphore.h>
|
#include <semaphore.h>
|
||||||
#include "dmx.h"
|
#include "dmx_hal.h"
|
||||||
|
|
||||||
#define REC_STATUS_OK 0
|
#define REC_STATUS_OK 0
|
||||||
#define REC_STATUS_SLOW 1
|
#define REC_STATUS_SLOW 1
|
||||||
|
@@ -49,7 +49,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "video_lib.h"
|
#include "video_lib.h"
|
||||||
#include "dmx.h"
|
#include "dmx_hal.h"
|
||||||
#include "glfb_priv.h"
|
#include "glfb_priv.h"
|
||||||
#include "hal_debug.h"
|
#include "hal_debug.h"
|
||||||
#define hal_debug(args...) _hal_debug(HAL_DEBUG_VIDEO, this, args)
|
#define hal_debug(args...) _hal_debug(HAL_DEBUG_VIDEO, this, args)
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <linux/dvb/video.h>
|
#include <linux/dvb/video.h>
|
||||||
#include "cs_types.h"
|
#include "cs_types.h"
|
||||||
#include "dmx.h"
|
#include "dmx_hal.h"
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include <libavutil/rational.h>
|
#include <libavutil/rational.h>
|
||||||
}
|
}
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
#include "audio_lib.h"
|
#include "audio_lib.h"
|
||||||
#include "dmx.h"
|
#include "dmx_hal.h"
|
||||||
#include "hal_debug.h"
|
#include "hal_debug.h"
|
||||||
|
|
||||||
#define hal_debug(args...) _hal_debug(HAL_DEBUG_AUDIO, this, args)
|
#define hal_debug(args...) _hal_debug(HAL_DEBUG_AUDIO, this, args)
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <linux/dvb/video.h>
|
#include <linux/dvb/video.h>
|
||||||
#include "cs_types.h"
|
#include "cs_types.h"
|
||||||
#include "dmx.h"
|
#include "dmx_hal.h"
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include <libavutil/rational.h>
|
#include <libavutil/rational.h>
|
||||||
|
Reference in New Issue
Block a user