fix vusolo4k

Origin commit data
------------------
Branch: master
Commit: 352a30bd31
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2018-09-04 (Tue, 04 Sep 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2018-09-04 01:10:04 +02:00
committed by max_10
parent 6b283e1bda
commit c108bee60c
3 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#ifndef __CA_H_ #ifndef __CA_H_
#define __CA_H_ #define __CA_H_
#include <config.h>
#include <stdint.h> #include <stdint.h>
#include <asm/types.h> #include <asm/types.h>
#include <pthread.h> #include <pthread.h>

View File

@@ -18,6 +18,7 @@
#ifndef __dmx_hal__ #ifndef __dmx_hal__
#define __dmx_hal__ #define __dmx_hal__
#include <config.h>
#include <cstdlib> #include <cstdlib>
#include <vector> #include <vector>
#include <inttypes.h> #include <inttypes.h>

View File

@@ -20,6 +20,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <config.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
@@ -101,7 +102,7 @@ static const char *devname[NUM_DEMUXDEV] = {
#endif #endif
}; };
/* did we already DMX_SET_SOURCE on that demux device? */ /* did we already DMX_SET_SOURCE on that demux device? */
static bool init[NUM_DEMUXDEV] = { false, false, false, false, false, false, false, false }; static bool init[NUM_DEMUXDEV] = { false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false };
typedef struct dmx_pdata { typedef struct dmx_pdata {
int last_source; int last_source;