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

@@ -5,7 +5,8 @@ AM_CPPFLAGS += \
-I/opt/vc/include \
-I/opt/vc/include/interface/vcos/pthreads/ \
-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

View File

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