move dependent headers into one directory

in preparation of proper installation of the lib
This commit is contained in:
Stefan Seyfried
2013-10-27 14:34:45 +01:00
parent ffc375869b
commit 91775a6029
25 changed files with 25 additions and 27 deletions

View File

@@ -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

View File

@@ -2,7 +2,7 @@
#ifndef _AUDIO_TD_H_
#define _AUDIO_TD_H_
#include "../common/cs_types.h"
#include <cs_types.h>
typedef enum
{

View File

@@ -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

View File

@@ -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 {