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