move compatibility headers to /lib/hardware

Origin commit data
------------------
Branch: ni/coolstream
Commit: 651a56aab8
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-21 (Fri, 21 Dec 2018)

Origin message was:
------------------
- move compatibility headers to /lib/hardware

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-12-21 22:30:34 +01:00
parent eae3a84ab5
commit 774b23685e
59 changed files with 83 additions and 81 deletions

View File

@@ -1,8 +1,8 @@
AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir) \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/zapit/include \
@AVFORMAT_CFLAGS@ \
@SIGC_CFLAGS@ \
@HWLIB_CFLAGS@

View File

@@ -9,7 +9,7 @@
#include <cerrno>
#include <zapit/include/dmx.h>
#include <hardware/dmx.h>
#include "Debug.hpp"
#include "PacketQueue.hpp"