From 782afb0a7d379e364ebaeed74e25707c250e19b2 Mon Sep 17 00:00:00 2001 From: RoadrunnerWMC Date: Wed, 21 Oct 2020 00:34:31 -0400 Subject: [PATCH] I'm running KDE Neon, and it is indeed libavdevice58 for me --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index c900aa3..d138dee 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -24,7 +24,7 @@ You'll need to download and install the following to build Citra: * 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 libavdevice57 is libavdevice58 (maybe also for kde neon) + * For ubuntu > 18.10 (and kde neon) libavdevice57 is libavdevice58 * 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`