It works for me! Thanks!Now I have the solution this simple: start vlc like this (make your wrapper script)Code: Select all
LD_PRELOAD=/usr/lib/i386-linux-gnu/i686/cmov/libavformat.so.53 vlc
But what should I do to write a script?
It is rather inconvinient to use such a long string every run of VLC.