From 5fcdb687d410e6e620cae09ccad4545aab9b59fa Mon Sep 17 00:00:00 2001 From: rude Date: Sun, 5 Sep 2010 16:37:56 +0200 Subject: [PATCH] AAAargh. Disabled FLAC code, which isn't really used now anyway. --- src/modules/sound/lullaby/FLACDecoder.cpp | 4 ++++ src/modules/sound/lullaby/FLACDecoder.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/modules/sound/lullaby/FLACDecoder.cpp b/src/modules/sound/lullaby/FLACDecoder.cpp index 43681620c..1b460e04a 100644 --- a/src/modules/sound/lullaby/FLACDecoder.cpp +++ b/src/modules/sound/lullaby/FLACDecoder.cpp @@ -18,6 +18,8 @@ * 3. This notice may not be removed or altered from any source distribution. **/ +#if 0 + #include "FLACDecoder.h" #include @@ -177,3 +179,5 @@ namespace lullaby } // lullaby } // sound } // love + +#endif // 0 \ No newline at end of file diff --git a/src/modules/sound/lullaby/FLACDecoder.h b/src/modules/sound/lullaby/FLACDecoder.h index 0e16f299b..9b5dcda95 100644 --- a/src/modules/sound/lullaby/FLACDecoder.h +++ b/src/modules/sound/lullaby/FLACDecoder.h @@ -21,6 +21,8 @@ #ifndef LOVE_SOUND_LULLABY_FLAC_DECODER_H #define LOVE_SOUND_LULLABY_FLAC_DECODER_H +#if 0 + // LOVE #include #include "Decoder.h" @@ -68,4 +70,6 @@ namespace lullaby } // sound } // love +#endif // 0 + #endif // LOVE_SOUND_LULLABY_FLAC_DECODER_H