Merge remote-tracking branch 'seife/master'

This commit is contained in:
martii
2013-10-06 14:41:32 +02:00
35 changed files with 1836 additions and 2 deletions

View File

@@ -7,7 +7,11 @@
#elif HAVE_AZBOX_HARDWARE
#include "../azbox/audio_lib.h"
#elif HAVE_GENERIC_HARDWARE
#if BOXMODEL_RASPI
#include "../raspi/audio_lib.h"
#else
#include "../generic-pc/audio_lib.h"
#endif
#else
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
#endif