Ai
3 Star 2 Fork 1

Gitee 极速下载/Lame - Lame Aint an MP3 Encoder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/WritingMinds/ffmpeg-android
克隆/下载
android_donot_use_lconv.patch 469 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hitesh Sondhi 提交于 2014-08-13 18:09 +08:00 . finalized compilation scripts and tested
diff --git a/src/fcxml.c b/src/fcxml.c
index 91d166f..cf5345e 100644
--- a/src/fcxml.c
+++ b/src/fcxml.c
@@ -1314,6 +1314,7 @@ FcParseInt (FcConfigParse *parse)
static double
FcStrtod (char *s, char **end)
{
+#ifndef __ANDROID__
struct lconv *locale_data;
char *dot;
double v;
@@ -1360,6 +1361,9 @@ FcStrtod (char *s, char **end)
else
v = strtod (s, end);
return v;
+#else
+ return strtod (s, end);
+#endif
}
static void
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/ffmpeg-android.git
git@gitee.com:mirrors/ffmpeg-android.git
mirrors
ffmpeg-android
Lame - Lame Aint an MP3 Encoder
master

搜索帮助