--disable-mpg123 needs the header conditionally included, too

This commit is contained in:
Bart van Strien
2013-05-26 23:21:35 +02:00
parent c99fb2fb99
commit b6c8a48c25
+4 -1
View File
@@ -23,11 +23,14 @@
#include "Sound.h"
#include "ModPlugDecoder.h"
#include "Mpg123Decoder.h"
#include "VorbisDecoder.h"
#include "GmeDecoder.h"
//#include "FLACDecoder.h"
#ifndef LOVE_NOMPG123
# include "Mpg123Decoder.h"
#endif // LOVE_NOMPG123
namespace love
{
namespace sound