mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
remove DUCKBOX_HARDWARE
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
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
#include <config.h>
|
||||
#if HAVE_DUCKBOX_HARDWARE
|
||||
#include "../libduckbox/audio_lib.h"
|
||||
#include "../libduckbox/audio_mixer.h"
|
||||
#elif HAVE_ARM_HARDWARE
|
||||
#if HAVE_ARM_HARDWARE
|
||||
#include "../libarmbox/audio_lib.h"
|
||||
#elif HAVE_MIPS_HARDWARE
|
||||
#include "../libmipsbox/audio_lib.h"
|
||||
|
@@ -1,5 +1,4 @@
|
||||
#if HAVE_DUCKBOX_HARDWARE \
|
||||
|| HAVE_MIPS_HARDWARE \
|
||||
#if HAVE_MIPS_HARDWARE \
|
||||
|| (HAVE_ARM_HARDWARE \
|
||||
&& !BOXMODEL_HD60 \
|
||||
&& !BOXMODEL_MULTIBOXSE \
|
||||
|
@@ -23,8 +23,7 @@ inline void cs_api_exit()
|
||||
#define cs_free_uncached free
|
||||
|
||||
// Callback function helpers
|
||||
#if HAVE_DUCKBOX_HARDWARE \
|
||||
|| HAVE_MIPS_HARDWARE \
|
||||
#if HAVE_MIPS_HARDWARE \
|
||||
|| (HAVE_ARM_HARDWARE \
|
||||
&& !BOXMODEL_HD60 \
|
||||
&& !BOXMODEL_MULTIBOXSE \
|
||||
|
@@ -1,7 +1,5 @@
|
||||
#include <config.h>
|
||||
#if HAVE_DUCKBOX_HARDWARE
|
||||
#include "../libduckbox/playback_libeplayer3.h"
|
||||
#elif HAVE_ARM_HARDWARE
|
||||
#if HAVE_ARM_HARDWARE
|
||||
#include "../libarmbox/playback_libeplayer3.h"
|
||||
#elif HAVE_MIPS_HARDWARE
|
||||
#include "../libmipsbox/playback_libeplayer3.h"
|
||||
|
@@ -1,7 +1,5 @@
|
||||
#include <config.h>
|
||||
#if HAVE_DUCKBOX_HARDWARE
|
||||
#include "../libduckbox/record_lib.h"
|
||||
#elif HAVE_ARM_HARDWARE
|
||||
#if HAVE_ARM_HARDWARE
|
||||
#include "../libarmbox/record_lib.h"
|
||||
#elif HAVE_MIPS_HARDWARE
|
||||
#include "../libmipsbox/record_lib.h"
|
||||
|
@@ -1,7 +1,5 @@
|
||||
#include <config.h>
|
||||
#if HAVE_DUCKBOX_HARDWARE
|
||||
#include "../libduckbox/video_lib.h"
|
||||
#elif HAVE_ARM_HARDWARE
|
||||
#if HAVE_ARM_HARDWARE
|
||||
#include "../libarmbox/video_lib.h"
|
||||
#include "../libarmbox/hdmi_cec.h"
|
||||
#elif HAVE_MIPS_HARDWARE
|
||||
|
Reference in New Issue
Block a user