Origin commit data
------------------
Branch: master
Commit: 23bea61473
Author: martii <m4rtii@gmx.de>
Date: 2013-06-08 (Sat, 08 Jun 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-06-08 15:39:35 +02:00
parent aea027c163
commit 4cb0f441c9
22 changed files with 17 additions and 407 deletions

View File

@@ -3,9 +3,7 @@
#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

View File

@@ -35,9 +35,7 @@ typedef struct hw_caps
int display_yres;
char boxvendor[64];
char boxname[64];
#ifdef MARTII
int boxtype;
#endif
} hw_caps_t;
hw_caps_t *get_hwcaps(void);