mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
include config.h everywhere (for LFS etc)
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#include <config.h>
|
||||||
#if HAVE_TRIPLEDRAGON
|
#if HAVE_TRIPLEDRAGON
|
||||||
#include "../libtriple/audio_td.h"
|
#include "../libtriple/audio_td.h"
|
||||||
#elif HAVE_SPARK_HARDWARE
|
#elif HAVE_SPARK_HARDWARE
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
#include <config.h>
|
||||||
#if HAVE_TRIPLEDRAGON
|
#if HAVE_TRIPLEDRAGON
|
||||||
#include "../libtriple/ca_cs.h"
|
#include "../libtriple/ca_cs.h"
|
||||||
#elif HAVE_SPARK_HARDWARE
|
#elif HAVE_SPARK_HARDWARE
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
#include <config.h>
|
||||||
#if HAVE_TRIPLEDRAGON
|
#if HAVE_TRIPLEDRAGON
|
||||||
#include "../libtriple/cs_api.h"
|
#include "../libtriple/cs_api.h"
|
||||||
#elif HAVE_SPARK_HARDWARE
|
#elif HAVE_SPARK_HARDWARE
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
#include <config.h>
|
||||||
#if HAVE_TRIPLEDRAGON
|
#if HAVE_TRIPLEDRAGON
|
||||||
#include "../libtriple/dmx_td.h"
|
#include "../libtriple/dmx_td.h"
|
||||||
#elif HAVE_SPARK_HARDWARE
|
#elif HAVE_SPARK_HARDWARE
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
#include <config.h>
|
||||||
#if HAVE_TRIPLEDRAGON
|
#if HAVE_TRIPLEDRAGON
|
||||||
#include "../libtriple/playback_td.h"
|
#include "../libtriple/playback_td.h"
|
||||||
#elif HAVE_SPARK_HARDWARE
|
#elif HAVE_SPARK_HARDWARE
|
||||||
|
@@ -1 +1,3 @@
|
|||||||
|
/* playback_*.cpp uses off_t */
|
||||||
|
#include <config.h>
|
||||||
#include "playback_td.h"
|
#include "playback_td.h"
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
#include <config.h>
|
||||||
#if HAVE_TRIPLEDRAGON
|
#if HAVE_TRIPLEDRAGON
|
||||||
#include "../libtriple/playback_td.h"
|
#include "../libtriple/playback_td.h"
|
||||||
#elif HAVE_SPARK_HARDWARE
|
#elif HAVE_SPARK_HARDWARE
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
#include <config.h>
|
||||||
#if HAVE_TRIPLEDRAGON
|
#if HAVE_TRIPLEDRAGON
|
||||||
#include "../libtriple/pwrmngr.h"
|
#include "../libtriple/pwrmngr.h"
|
||||||
#elif HAVE_SPARK_HARDWARE
|
#elif HAVE_SPARK_HARDWARE
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
#include <config.h>
|
||||||
#if HAVE_TRIPLEDRAGON
|
#if HAVE_TRIPLEDRAGON
|
||||||
#include "../libtriple/record_td.h"
|
#include "../libtriple/record_td.h"
|
||||||
#elif HAVE_SPARK_HARDWARE
|
#elif HAVE_SPARK_HARDWARE
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
#include <config.h>
|
||||||
#if HAVE_TRIPLEDRAGON
|
#if HAVE_TRIPLEDRAGON
|
||||||
#include "../libtriple/video_td.h"
|
#include "../libtriple/video_td.h"
|
||||||
#elif HAVE_SPARK_HARDWARE
|
#elif HAVE_SPARK_HARDWARE
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
#include <config.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
Reference in New Issue
Block a user