Nope, one more fix
This commit is contained in:
parent
951d9f1569
commit
08c0ac22c4
1 changed files with 5 additions and 0 deletions
|
@ -49,8 +49,13 @@ enum { PATH_LIMIT = 32768 };
|
||||||
#include "maiatrac3plus.h"
|
#include "maiatrac3plus.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef BUILD_VGMSTREAM
|
||||||
#include "coding/acm_decoder.h"
|
#include "coding/acm_decoder.h"
|
||||||
#include "coding/nwa_decoder.h"
|
#include "coding/nwa_decoder.h"
|
||||||
|
#else
|
||||||
|
#include "acm_decoder.h"
|
||||||
|
#include "nwa_decoder.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/* The encoding type specifies the format the sound data itself takes */
|
/* The encoding type specifies the format the sound data itself takes */
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
Loading…
Reference in a new issue