Browse Source

AAAargh. Disabled FLAC code, which isn't really used now anyway.

rude 15 years ago
parent
commit
5fcdb687d4

+ 4 - 0
src/modules/sound/lullaby/FLACDecoder.cpp

@@ -18,6 +18,8 @@
 * 3. This notice may not be removed or altered from any source distribution.
 * 3. This notice may not be removed or altered from any source distribution.
 **/
 **/
 
 
+#if 0
+
 #include "FLACDecoder.h"
 #include "FLACDecoder.h"
 
 
 #include <set>
 #include <set>
@@ -177,3 +179,5 @@ namespace lullaby
 } // lullaby
 } // lullaby
 } // sound
 } // sound
 } // love
 } // love
+
+#endif // 0

+ 4 - 0
src/modules/sound/lullaby/FLACDecoder.h

@@ -21,6 +21,8 @@
 #ifndef LOVE_SOUND_LULLABY_FLAC_DECODER_H
 #ifndef LOVE_SOUND_LULLABY_FLAC_DECODER_H
 #define LOVE_SOUND_LULLABY_FLAC_DECODER_H
 #define LOVE_SOUND_LULLABY_FLAC_DECODER_H
 
 
+#if 0
+
 // LOVE
 // LOVE
 #include <common/Data.h>
 #include <common/Data.h>
 #include "Decoder.h"
 #include "Decoder.h"
@@ -68,4 +70,6 @@ namespace lullaby
 } // sound
 } // sound
 } // love
 } // love
 
 
+#endif // 0
+
 #endif // LOVE_SOUND_LULLABY_FLAC_DECODER_H
 #endif // LOVE_SOUND_LULLABY_FLAC_DECODER_H