@@ -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
// LOVE
#include <common/Data.h>
#include "Decoder.h"
@@ -68,4 +70,6 @@ namespace lullaby
#endif // LOVE_SOUND_LULLABY_FLAC_DECODER_H