mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
Origin commit data
------------------
Branch: master
Commit: c1f3cb446c
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-07 (Sun, 07 Nov 2021)
Origin message was:
------------------
- remove DUCKBOX_HARDWARE
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
15 lines
325 B
C
15 lines
325 B
C
#include <config.h>
|
|
#if HAVE_ARM_HARDWARE
|
|
#include "../libarmbox/record_lib.h"
|
|
#elif HAVE_MIPS_HARDWARE
|
|
#include "../libmipsbox/record_lib.h"
|
|
#elif HAVE_GENERIC_HARDWARE
|
|
#if BOXMODEL_RASPI
|
|
#include "../libraspi/record_lib.h"
|
|
#else
|
|
#include "../libgeneric-pc/record_lib.h"
|
|
#endif
|
|
#else
|
|
#error no valid hardware defined
|
|
#endif
|