From a89dd5eeac2885c87e1cb39f87dd8126ce7994de Mon Sep 17 00:00:00 2001 From: Witold Baryluk Date: Tue, 8 Dec 2020 18:59:07 +0000 Subject: [PATCH] Use just libavdevice-dev to also pull binary library --- Building-for-Linux.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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`