WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Incorrect neatvnc dependencies?  (Read 59 times)

Online mortegai

  • Jr. Member
  • **
  • Posts: 64
Incorrect neatvnc dependencies?
« on: August 18, 2026, 06:14:56 AM »
According to http://repo.tinycorelinux.net/16.x/aarch64/tcz/src/neatvnc/compile_neatvnc, it's compiled with ffmpeg7.
However, its dependencies list libavfilter.tcz instead of libavfilter7.tcz.

Online mortegai

  • Jr. Member
  • **
  • Posts: 64
Re: Incorrect neatvnc dependencies?
« Reply #1 on: August 18, 2026, 02:25:08 PM »
According to http://repo.tinycorelinux.net/16.x/aarch64/tcz/src/neatvnc/compile_neatvnc, it's compiled with ffmpeg7.
However, its dependencies list libavfilter.tcz instead of libavfilter7.tcz.

And yet "ldd usr/local/lib/libneatvnc.so.1.0.0" indicates that it is actually compiled against /usr/local/lib/libavfilter.so.7 (libavfilter.tcz/ffmpeg.tcz).
That is, it seems that compile_netvnc is wrong.