【发布时间】:2020-07-20 16:30:43
【问题描述】:
我正在尝试在 Windows 10 上使用 cygwin 从 https://libav.org/download/ 构建 libav 12.3。libav.org 网站上有一些文档:https://libav.org/documentation/platform.html#Compilation-under-Cygwin 但它已经过时了。
我想知道我需要安装哪些cygwin包。例如网站指定texi2html,我在任何地方都找不到。没有列出其他库,例如 yasm。
还缺少某种数学库。目前,我的编译失败了:
libavfilter/af_compand.c:在函数“config_output”中: libavfilter/af_compand.c:343:43: error: ‘M_LN10’ undeclared (first use in this >function);你的意思是“_M_LN2”吗? 双半径 = s->curve_dB * M_LN10 / 20.0; ^~~~~~ _M_LN2
【问题讨论】: