ffvvc / FFmpeg

VVC Decoder for ffmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'

frankplow opened this issue · comments

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.

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

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

@nuomi2021 #118 Does the trick for me 👍