mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Fix --disable-mpg123 by telling automake to not compile it, instead of using ifdefs
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
* 3. This notice may not be removed or altered from any source distribution.
|
||||
**/
|
||||
|
||||
#ifndef LOVE_NOMPG123
|
||||
|
||||
#include "Mpg123Decoder.h"
|
||||
|
||||
#include "common/Exception.h"
|
||||
@@ -234,5 +232,3 @@ int Mpg123Decoder::feed(int bytes)
|
||||
} // lullaby
|
||||
} // sound
|
||||
} // love
|
||||
|
||||
#endif // LOVE_NOMPG123
|
||||
|
||||
Reference in New Issue
Block a user