vlc third-party libraries...
Posted: 09 May 2022 23:13
Actually, I'm building vlc from source (vlc-3.0.17.3) under Ubuntu 22.04, with gcc 11.2 .
I got a couple of NOs when looking for the packages.
And, it looks current vsxu is NOT compatible with vlc-3.0.17.3 , check this file modules/visualization/vsxu.cpp, where is the definition of vsxu_manager?
Thank you ....
I got a couple of NOs when looking for the packages.
Code: Select all
checking for libidn... no ([b]libidn2 is installed by default[/b])
......
configure: WARNING: Library freerdp >= 1.0.1 needed for freerdp was not found ([b]freerdp2 is installed by default[/b])
......
checking for libcrystalhd/libcrystalhd_if.h... no ([b]what is it?[/]
......
checking for libavcodec/vaapi.h... no
configure: WARNING: libva is present but libavcodec/vaapi.h is missing
......
checking for schroedinger-1.0 >= 1.0.10... no
configure: WARNING: Library schroedinger-1.0 >= 1.0.10 needed for schroedinger was not found ([b]where is it?[/b])
......
checking for SDL_image >= 1.2.10... no
configure: WARNING: No package 'SDL_image' found. You should install it alongside your SDL package. ([b] already SDL2[/b])
......
checking for audioclient.h... no ([b]What is it?[/b])
......
checking for kai.h... no ([b]Where is it?[/b])
......
checking for libgoom2... no ([b]Where is it?[/b])
Thank you ....