made building from source on OS X a hell of a lot easier - no more .dylibs, and all the header files are contained in the frameworks (as they should be!)

This commit is contained in:
bill@localhost
2009-11-01 22:09:23 -06:00
parent b3bd3427a5
commit 6853f8374e
9 changed files with 400 additions and 384 deletions
+5 -1
View File
@@ -26,7 +26,11 @@
#include "Decoder.h"
// libmpg123
#ifdef LOVE_MACOSX
#include <mpg123/mpg123.h>
#else
#include <mpg123.h>
#endif
namespace love
{
@@ -55,7 +59,7 @@ namespace lullaby
bool seek(float s);
bool rewind();
bool isSeekable();
int getChannels() const;
int getChannels() const;
int getBits() const;
}; // Decoder