Browse Source

Change minimp3 include method.

Yanrishatum 6 năm trước cách đây
mục cha
commit
f13d958111
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libs/fmt/fmt.c

+ 1 - 1
libs/fmt/fmt.c

@@ -13,7 +13,7 @@ extern bool sys_jpg_decode( vbyte *data, int dataLen, vbyte *out, int width, int
 
 #define MINIMP3_IMPLEMENTATION
 #define MINIMP3_FLOAT_OUTPUT
-#include "minimp3.h"
+#include <minimp3.h>
 
 /* ------------------------------------------------- IMG --------------------------------------------------- */