From c12005b4bb20fe6652dc4ed11acbc0a72bc6e0b9 Mon Sep 17 00:00:00 2001 From: T-Bone Date: Sun, 10 Apr 2016 06:29:58 +0200 Subject: [PATCH] Forgot one LOVE_NOMPG123. --- src/common/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config.h b/src/common/config.h index d520331bd..1dfa5ffe8 100644 --- a/src/common/config.h +++ b/src/common/config.h @@ -27,7 +27,7 @@ #if WINAPI_FAMILY==WINAPI_FAMILY_APP # define LOVE_WINDOWS_UWP 1 # define LOVE_NO_MODPLUG 1 -# define LOVE_NO_MPG123 1 +# define LOVE_NOMPG123 1 #endif #endif #if defined(linux) || defined(__linux) || defined(__linux__)