mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-28 16:00:58 +02:00
Origin commit data
------------------
Branch: master
Commit: 7cd67c9fad
Author: martii <you@example.com>
Date: 2012-09-05 (Wed, 05 Sep 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
14 lines
332 B
C
14 lines
332 B
C
#include <config.h>
|
|
#if HAVE_TRIPLEDRAGON
|
|
#include "../libtriple/audio_td.h"
|
|
#elif HAVE_SPARK_HARDWARE
|
|
#include "../libspark/audio_lib.h"
|
|
#ifdef MARTII
|
|
#include "../libspark/audio_mixer.h"
|
|
#endif
|
|
#elif HAVE_AZBOX_HARDWARE
|
|
#include "../azbox/audio_lib.h"
|
|
#else
|
|
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
|
|
#endif
|