mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-28 07:51:21 +02:00
move dependent headers into one directory
in preparation of proper installation of the lib
This commit is contained in:
@@ -2,6 +2,7 @@ noinst_LTLIBRARIES = libspark.la
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/common \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/libeplayer3/include
|
||||
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
#ifndef _AUDIO_TD_H_
|
||||
#define _AUDIO_TD_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
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
#define _VIDEO_TD_H
|
||||
|
||||
#include <linux/dvb/video.h>
|
||||
#include "../common/cs_types.h"
|
||||
#include <cs_types.h>
|
||||
#include "dmx_lib.h"
|
||||
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user