From f7fc685d533c967875233b6b4c5617ba8cf91d70 Mon Sep 17 00:00:00 2001 From: Valentin Vanelslande Date: Tue, 22 Oct 2019 10:36:09 -0500 Subject: [PATCH] ENABLE_FFMPEG renamed to ENABLE_FFMPEG_AUDIO_DECODER --- Building-for-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 6d73541..91a1aab 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -54,7 +54,7 @@ cmake ../ make sudo make install (optional) ``` -- To enable HLE AAC Decoding, use `cmake .. -DENABLE_FFMPEG=ON` instead. +- To enable HLE AAC Decoding, use `cmake .. -DENABLE_FFMPEG_AUDIO_DECODER=ON` instead. Optionally, you can use "cmake -i .." to adjust various options (e.g. disable the Qt GUI). @@ -79,7 +79,7 @@ cmake .. -DCMAKE_BUILD_TYPE=Release make sudo make install (optional) ``` -- To enable HLE AAC Decoding, use `cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_FFMPEG=ON` instead. +- To enable HLE AAC Decoding, use `cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_FFMPEG_AUDIO_DECODER=ON` instead. ### Building with debug symbols: