【发布时间】:2019-08-01 21:42:00
【问题描述】:
Libav 库中的 libvo-aacenc 是否是与内部 aac 编码器不同的编码器(在配置 makefile 后在编码器下列出)。如果是,运行 ./configure --enable-libvo-aacenc 时可能的原因是什么,我收到以下消息:
libvo_aacenc is version3 and --enable-version3 is not specified.
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
libav-tools@libav.org mailing list or IRC #libav on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.
应该通过激活 libvo-aacenc 来生成哪些文件?它包含哪些常量?
【问题讨论】:
标签: constants aac encoder libav