Code: Select all
thelo@Experience:~/proj/vlc-3.0.16$ bin/vlc
VLC media player 3.0.16 Vetinari (revision 3.0.13-8-g41878ff4f2)
thelo@Experience:~/proj/vlc-3.0.16$
I'm using Ubuntu 20.04.2, compiled from the 3.0.16 source archive downloaded from https://www.videolan.org/vlc/download-sources.html . The same thing happens if I try to compile from the 3.0.15 source archive. I used
Code: Select all
sudo apt-get build-dep vlc
The regular build of VLC works fine, this problem only happens with the VLC that I compiled myself just now. What can I do to make my locally-compiled VLC work as expected?
Edit: The executable vlc-wrapper also has the same problem, but the executable vlc-static actually works fine. I'm pretty confused.