From 08c0ac22c4543331da4554b89ebbdd2ae2ffb19b Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Wed, 21 Jan 2015 18:19:36 -0800 Subject: [PATCH] Nope, one more fix --- Frameworks/vgmstream/vgmstream/src/vgmstream.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Frameworks/vgmstream/vgmstream/src/vgmstream.h b/Frameworks/vgmstream/vgmstream/src/vgmstream.h index ca2f69663..00387d82a 100644 --- a/Frameworks/vgmstream/vgmstream/src/vgmstream.h +++ b/Frameworks/vgmstream/vgmstream/src/vgmstream.h @@ -49,8 +49,13 @@ enum { PATH_LIMIT = 32768 }; #include "maiatrac3plus.h" #endif +#ifdef BUILD_VGMSTREAM #include "coding/acm_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 */ typedef enum {