mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
AAAargh. Disabled FLAC code, which isn't really used now anyway.
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
* 3. This notice may not be removed or altered from any source distribution.
|
||||
**/
|
||||
|
||||
#if 0
|
||||
|
||||
#include "FLACDecoder.h"
|
||||
|
||||
#include <set>
|
||||
@@ -177,3 +179,5 @@ namespace lullaby
|
||||
} // lullaby
|
||||
} // sound
|
||||
} // love
|
||||
|
||||
#endif // 0
|
||||
@@ -21,6 +21,8 @@
|
||||
#ifndef LOVE_SOUND_LULLABY_FLAC_DECODER_H
|
||||
#define LOVE_SOUND_LULLABY_FLAC_DECODER_H
|
||||
|
||||
#if 0
|
||||
|
||||
// LOVE
|
||||
#include <common/Data.h>
|
||||
#include "Decoder.h"
|
||||
@@ -68,4 +70,6 @@ namespace lullaby
|
||||
} // sound
|
||||
} // love
|
||||
|
||||
#endif // 0
|
||||
|
||||
#endif // LOVE_SOUND_LULLABY_FLAC_DECODER_H
|
||||
|
||||
Reference in New Issue
Block a user