ffmpeg 5.0.3 libx264.so
Hello everyone recently i updated my system completely with the following commands.
sudo pacman -Syy
sudo pacman -Syu
Suddenly all browsers do not support x264 codec but the system looks like it already has the file, is that a link issue?
find /usr/lib -name libx264*
output is:
Trying to Downgrade ffmpeg with pacman -U "/var/cache/pacman/pkg/ffmpeg-2:4.4.1-1-x86_64.pkg.tar.zst"
(this is a translated message manually so sorry for any inconsistency)
Attention: cannot find file "libx264.so=163-64", dependency of "ffmpeg"
:: Cannot upgrade the following package due to missing dependencies:
ffmpeg
Also firefox(console) outputs an error that it cannot find the codec with name: codecs="avc1.42E01E mp4a.40.2".
What do you think i should do to fix the issue? Thank you in advance.