diff --git a/Building-for-Linux.md b/Building-for-Linux.md index d138dee..0313214 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -23,8 +23,7 @@ You'll need to download and install the following to build Citra: * Fedora: `dnf install fdk-aac-devel` * OpenSUSE: `zypper in fdk-aac-devel` - [FFMPEG](https://ffmpeg.org/download.html#build-linux) 4.0+ - * Deb: `sudo apt install ffmpeg libswscale-dev libavdevice57 libavformat-dev libavcodec-dev libavdevice-dev` - * For ubuntu > 18.10 (and kde neon) libavdevice57 is libavdevice58 + * Deb: `sudo apt install ffmpeg libswscale-dev libavformat-dev libavcodec-dev libavdevice-dev` * Fedora: `dnf install ffmpeg-devel` * OpenSUSE Leap 15: `zypper in ffmpeg-3 ffmpeg-3-libavcodec-devel` * OpenSUSE Tumbleweed: `zypper in ffmpeg-4 ffmpeg-4-libavcodec-devel`