mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
- libraspi: rename dmx_lib.h => dmx.h; it's not included by a hal-header
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
#include <sys/ioctl.h>
|
||||
#include "dmx_lib.h"
|
||||
#include "dmx.h"
|
||||
#include "hal_debug.h"
|
||||
|
||||
#include "video_lib.h"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifndef __DMX_LIB_H__
|
||||
#define __DMX_LIB_H__
|
||||
#ifndef __DMX_H__
|
||||
#define __DMX_H__
|
||||
|
||||
#include <cstdlib>
|
||||
#include <vector>
|
||||
@@ -66,4 +66,4 @@ class cDemux
|
||||
void *pdata;
|
||||
};
|
||||
|
||||
#endif // __DMX_LIB_H__
|
||||
#endif // __DMX_H__
|
Reference in New Issue
Block a user