From dbc1938354cb16412a8056c98e90ac34127f2d5d Mon Sep 17 00:00:00 2001 From: Steveice10 <1269164+Steveice10@users.noreply.github.com> Date: Thu, 12 Oct 2023 02:57:55 -0700 Subject: [PATCH] Updated HLE AAC Decoder (markdown) --- HLE-AAC-Decoder.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HLE-AAC-Decoder.md b/HLE-AAC-Decoder.md index 374128d..677cd58 100644 --- a/HLE-AAC-Decoder.md +++ b/HLE-AAC-Decoder.md @@ -14,6 +14,9 @@ You can get these files by following the instructions below. * If you are using **Linux**, you need to have a compatible version of libfdk-aac or FFmpeg installed. - libfdk-aac 2.0+ should work with Citra, if available through your distribution's repositories. This is usually the easiest to install a compatible version of. + - Ubuntu: `sudo apt install libfdk-aac2` + - Arch: `sudo pacman -S libfdk-aac` + - Fedora: `sudo dnf install fdk-aac` (or `fdk-aac-free`) - If you want to use FFmpeg instead, we build against FFmpeg 6.0 headers by default. - If you use the Flatpak, FFmpeg is already available in the runtime and you shouldn't need to do anything. - If you use the AppImage you will need to have a compatible version on your system, which may or may not be available depending on your distribution.