Files
recycled-ni-libstb-hal/include/audio_td.h
martii 2ecde22841 Merge remote-tracking branch 'seife/master'
Origin commit data
------------------
Branch: master
Commit: 9f3ac6d7d7
Author: martii <m4rtii@gmx.de>
Date: 2012-10-09 (Tue, 09 Oct 2012)


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

------------------
This commit was generated by Migit
2012-10-09 17:00:46 +02:00

16 lines
397 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"
#elif HAVE_GENERIC_HARDWARE
#include "../generic-pc/audio_lib.h"
#else
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
#endif