mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
--disable-mpg123 needs the header conditionally included, too
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user