rpi-rgb-led-matrix
rpi-rgb-led-matrix copied to clipboard
cannot build video-viewer, libavcodec-dev cannot install due to unmet dependencies
Hi,
I am running DietPi v8.19.1
I have successfully ran Demo -D0 (rotating square), text-scroller and image-viewer (gifs & static images taken from my iPhone) using two 128*64 HUB75E panels.
However I am running into issues building video-viewer due to the libavcodec library not installing properly.
Sequence of events:
- According to the utils page,
pkg-config libavcodec-dev libavformat-dev libswscale-dev
must be installed before building video-viewer, but unfortunately I was only able to installpkg-config
. - For
libavcodec-dev
, I received the following output: - Seems that the missing dependency is
libavcodec58 (= 8:4.3.6-0+deb11u1+rpt2)
so I tried to install that particular version of the package, but, received a different error, of which I'm not sure what it means:
Is there a known fix or workaround available for this?
Andy