Open jwc793318828 opened 5 years ago
该代码库的.c/.h文件无法通过编译。
所以我应该怎么做呢
------------------ 原始邮件 ------------------ 发件人: "Magina"<notifications@github.com>; 发送时间: 2019年9月20日(星期五) 上午10:52 收件人: "yangjie10930/EpMedia"<EpMedia@noreply.github.com>; 抄送: "天使掉下的逗比"<793318828@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [yangjie10930/EpMedia] 编译jni 报错 (#199)
该代码库的.c/.h文件无法通过编译。
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
可以参考下Videokit这个库的编译设置
发自我的iPhone
------------------ 原始邮件 ------------------ 发件人: jwc793318828 <notifications@github.com> 发送时间: 2019年9月23日 10:14 收件人: yangjie10930/EpMedia <EpMedia@noreply.github.com> 抄送: Magina <735106520@qq.com>, Comment <comment@noreply.github.com> 主题: 回复:[yangjie10930/EpMedia] 编译jni 报错 (#199)
所以我应该怎么做呢
------------------ 原始邮件 ------------------
发件人: "Magina"<notifications@github.com>;
发送时间: 2019年9月20日(星期五) 上午10:52
收件人: "yangjie10930/EpMedia"<EpMedia@noreply.github.com>;
抄送: "天使掉下的逗比"<793318828@qq.com>; "Author"<author@noreply.github.com>;
主题: Re: [yangjie10930/EpMedia] 编译jni 报错 (#199)
该代码库的.c/.h文件无法通过编译。
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
能给个链接吗。我搜没搜到
------------------ 原始邮件 ------------------ 发件人: "Magina"<notifications@github.com>; 发送时间: 2019年9月24日(星期二) 晚上6:31 收件人: "yangjie10930/EpMedia"<EpMedia@noreply.github.com>; 抄送: "天使掉下的逗比"<793318828@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [yangjie10930/EpMedia] 编译jni 报错 (#199)
可以参考下Videokit这个库的编译设置
发自我的iPhone
------------------ 原始邮件 ------------------ 发件人: jwc793318828 <notifications@github.com> 发送时间: 2019年9月23日 10:14 收件人: yangjie10930/EpMedia <EpMedia@noreply.github.com> 抄送: Magina <735106520@qq.com>, Comment <comment@noreply.github.com> 主题: 回复:[yangjie10930/EpMedia] 编译jni 报错 (#199)
所以我应该怎么做呢&nbsp;
------------------&nbsp;原始邮件&nbsp;------------------
发件人: "Magina"<notifications@github.com&gt;;
发送时间: 2019年9月20日(星期五) 上午10:52
收件人: "yangjie10930/EpMedia"<EpMedia@noreply.github.com&gt;;
抄送: "天使掉下的逗比"<793318828@qq.com&gt;; "Author"<author@noreply.github.com&gt;;
主题: Re: [yangjie10930/EpMedia] 编译jni 报错 (#199)
该代码库的.c/.h文件无法通过编译。
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
ndk-build 各种错误 解决了部分 还提示 jni/cmdutils.c:55:10: fatal error: 'libavutil/ffversion.h' file not found
如果屏蔽这个的话 jni/cmdutils.c:144:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ jni/cmdutils.c:216:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (child = av_opt_child_class_next(class, child))