./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
frankplow opened this issue ยท 4 comments
frankplow commented
A recent update to binutils has broken FFmpeg compilation: https://trac.ffmpeg.org/ticket/10405. There is a fix in FFmpeg master, so we will need to merge/rebase to allow building with binutils >= 2.41.
nuomi2021 commented
@frankplow , thank you for reporting this. I am working on using cbs to decode parameter set. after it, we will rebased to latest ffmepg code
nuomi2021 commented
@frankplow , will freeze and rename the current main branch. and use #118 instead. could you try and see if it fixed the issue?
thank you
frankplow commented
@nuomi2021 #118 Does the trick for me ๐
nuomi2021 commented
branch switched https://github.com/ffvvc/FFmpeg