提交 2ae2af20 authored 作者: Michael Jerris's avatar Michael Jerris

FS-8779: fix the include for Windows builds that point to in tree lib

上级 94fd5db4
......@@ -35,7 +35,11 @@
#include <switch.h>
#include "mpg123.h"
#include <shout/shout.h>
#ifdef WIN32
#include <lame.h>
#else
#include <lame/lame.h>
#endif
#include <switch_curl.h>
#define OUTSCALE 8192 * 2
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论