From f2769d16a279102fa94709372be66c5963a4ea04 Mon Sep 17 00:00:00 2001 From: piedog789 <110868390+piedog789@users.noreply.github.com> Date: Sat, 7 Jan 2023 18:26:08 -0500 Subject: [PATCH] fedora was missing a dependency in the build guide: compat-ffmpeg4; without it, citra wouldn't run --- 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 a260695..eea278b 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -29,7 +29,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 libavformat-dev libavcodec-dev libavdevice-dev` - * Fedora: `dnf install ffmpeg-devel` + * Fedora: `dnf install ffmpeg-devel compat-ffmpeg4` * OpenSUSE Leap 15: `zypper in ffmpeg-3 ffmpeg-3-libavcodec-devel` * OpenSUSE Tumbleweed: `zypper in ffmpeg-4 ffmpeg-4-libavcodec-devel` * Compiler: GCC or Clang. You only need one of these two: