VLC media player for Windows Troubleshooting • Re: Longer MRU lists



I figured it out but this might be a topic for a different forum now.

I went to the source code and I’m pretty sure it just needs changing the maximum value in a for loop from max(…, 10) to max(…, 30) in vlc/modules/gui/qt/menus.cpp around line 1590 or so (v3.0.20)

I can’t figure out how to compile VLC tho, I followed the instructions (not the ones in the wiki, saw the warning and followed the instructions in the new location ofc) in a Debian Bullseye VM with LLVM, and even unmodified v3.0.20 source code compiles to .exe’s that always give error 0xc000007b on Windows and/or complain about missing libvlc.dll or libssp-0.dll depending on which .exe I run and where I place it.

Statistics: Posted by Dobermaniak — 22 May 2024 17:24