vlc 无法配置 - 需要 libavcodec 版本 55

vlc cannot configure - needs libavcodec version 55

我正在尝试通过其源代码构建 VLC,但每次我 运行 ./configure

它都会给我这个错误

configure: error: Requested 'libavcodec >= 55.0.0' but version of libavcodec is 54.35.0. Pass --disable-avcodec to ignore this error.

我已经执行了命令apt-get build-dep vlc,但仍然出现此错误。谁能告诉我我做错了什么?

您可以尝试使用 contrib 系统构建您自己的 libavcodec 副本,而不是使用您系统中的副本。请参阅 https://wiki.videolan.org/UnixCompile/

中的 ["Contrib" 方法]