mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-30 17:01:16 +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 = libtriple.la
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/common \
|
||||
-I$(top_srcdir)/include \
|
||||
@DIRECTFB_CFLAGS@
|
||||
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
||||
|
@@ -4,7 +4,7 @@
|
||||
#define _AUDIO_TD_H_
|
||||
|
||||
#include <hardware/aud/aud_inf.h>
|
||||
#include "../common/cs_types.h"
|
||||
#include <cs_types.h>
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
@@ -8,7 +8,7 @@ extern "C" {
|
||||
#include <sys/ioctl.h>
|
||||
#include <hardware/xp/xp_osd_user.h>
|
||||
}
|
||||
#include "../common/cs_types.h"
|
||||
#include <cs_types.h>
|
||||
#if defined DMX_FILTER_SIZE
|
||||
#undef DMX_FILTER_SIZE
|
||||
#endif
|
||||
|
@@ -4,7 +4,7 @@
|
||||
#include <hardware/vid/vid_inf.h>
|
||||
#define video_format_t vidDispSize_t
|
||||
//#define video_displayformat_t vidDispMode_t
|
||||
#include "../common/cs_types.h"
|
||||
#include <cs_types.h>
|
||||
#include "dmx_td.h"
|
||||
|
||||
#define STB_HAL_VIDEO_HAS_GETSCREENIMAGE 1
|
||||
|
Reference in New Issue
Block a user