fix build raspi

Origin commit data
------------------
Branch: master
Commit: fb5e732958
Author: max_10 <max_10@gmx.de>
Date: 2023-03-02 (Thu, 02 Mar 2023)

Origin message was:
------------------
- fix build raspi

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2023-03-02 20:27:09 +01:00
committed by vanhofen
parent d86fe853a0
commit b0c9413898
3 changed files with 4 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
#include <vector> #include <vector>
#include <inttypes.h> #include <inttypes.h>
#include <linux/dvb/dmx.h> #include <linux/dvb/dmx.h>
#include <cs_types.h> #include "cs_types.h"
#if BOXMODEL_VUULTIMO4K #if BOXMODEL_VUULTIMO4K
#define MAX_DMX_UNITS 24 #define MAX_DMX_UNITS 24

View File

@@ -5,7 +5,8 @@ AM_CPPFLAGS += \
-I/opt/vc/include \ -I/opt/vc/include \
-I/opt/vc/include/interface/vcos/pthreads/ \ -I/opt/vc/include/interface/vcos/pthreads/ \
-I/opt/vc/include/interface/vmcs_host/linux \ -I/opt/vc/include/interface/vmcs_host/linux \
-I$(top_srcdir)/common -I$(top_srcdir)/common \
-I$(top_srcdir)/include
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing

View File

@@ -30,7 +30,7 @@
#include <cstdio> #include <cstdio>
#include <string> #include <string>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include "dmx.h" #include "dmx_hal.h"
#include "hal_debug.h" #include "hal_debug.h"
#include "video_lib.h" #include "video_lib.h"