Getting this error when compiling ffmpeg. Not sure if it is a package issue, upstream ffmpeg issue, or a me issue.
Edit: I couldn't get the error to format correctly in the comment section so I've dumped it on lain.la https://ghostbin.lain.la/paste/6ngkz/raw
Edit 2: Apparently amf-headers-git fixes this issue as well.
Pinned Comments
inochi commented on 2020-11-13 00:52 (UTC) (edited on 2020-11-13 00:52 (UTC) by inochi)
Some points for common error:
1. if you suffer a running time error like
mpv: error while loading shared libraries
, try to rebuild the package.2. if you suffer a compiling error like
can not find gcc header file
, please perform a clean build, as this package use soft link to avoid unnecessary file copy.if you find some other bug, please submit it with a log.
The log location:
1. ffmpeg: "${srcdir}/mpv-build/ffmpeg_build/ffbuild/config.log"
2. mpv: terminal output is OK.