added snap store instruction

This commit is contained in:
Martin Eesmaa 2022-05-24 21:55:15 +10:00 committed by GitHub
parent de45fb1d1f
commit 3d7abf2fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,12 @@ cp libvtmdec.so /lib/x86_64-linux-gnu/vlc/plugins/codec
cp libvctsdemux_plugin.so /lib/x86_64-linux-gnu/vlc/plugins/demux
```
VLC from Snap Store:
```
cp libvvcdecoder_plugin.so /snap/vlc/2344/usr/lib/vlc/plugins/codec
cp libvtmdec.so /snap/vlc/2344/usr/lib/vlc/plugins/codec
cp libvctsdemux_plugin.so /snap/vlc/2344/usr/lib/vlc/plugins/demux
Preview:
![preview](vvceasylinuxvlc.png)