mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-31 01:11:13 +02:00
move dependent headers into one directory
in preparation of proper installation of the lib
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#define _AUDIO_LIB_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include "../common/cs_types.h"
|
||||
#include <cs_types.h>
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
@@ -6,7 +6,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <linux/dvb/dmx.h>
|
||||
#include "../common/cs_types.h"
|
||||
#include <cs_types.h>
|
||||
|
||||
#define MAX_DMX_UNITS 4
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <vector>
|
||||
#include <linux/dvb/video.h>
|
||||
#include "../common/cs_types.h"
|
||||
#include <cs_types.h>
|
||||
#include "dmx_lib.h"
|
||||
extern "C" {
|
||||
#include <libavutil/rational.h>
|
||||
|
Reference in New Issue
Block a user