Last active
June 27, 2022 10:27
-
-
Save ggerganov/82a482ebdef088e3aee46c085c44e81f to your computer and use it in GitHub Desktop.
Fix Opera ffmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#sudo cp -v /usr/lib/slack/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/ | |
sudo snap install chromium-ffmpeg | |
sudo cp -v /snap/chromium-ffmpeg/current/chromium-ffmpeg-107578/chromium-ffmpeg/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment