WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

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

Offline 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.

Offline 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.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15766
Re: Incorrect neatvnc dependencies?
« Reply #2 on: Today at 06:02:07 AM »
Indeed - that was a mistake, I'll look to recompile neatvnc against ffmpeg7 in the near future.