From e11ec18e89c960509753fc594ef163b87c0ea47a Mon Sep 17 00:00:00 2001 From: Steveice10 <1269164+Steveice10@users.noreply.github.com> Date: Wed, 17 May 2023 20:58:52 -0700 Subject: [PATCH] FFmpeg no longer needed for AAC --- Building-for-macOS.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index f29f991..380ee58 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -23,7 +23,6 @@ mkdir build cd build cmake .. -DCMAKE_OSX_ARCHITECTURES="x86_64;x86_64h" -DCMAKE_BUILD_TYPE=Release ``` - * To enable HLE AAC Decoding, include the cmake flag `-DENABLE_FFMPEG_AUDIO_DECODER=ON` This builds a fat binary that has slices targeting early and late x64 machines. @@ -43,5 +42,4 @@ A few things to note are: * If you are cross-compiling, when running the cmake command you'll want to use this command instead: ``` cmake .. -DCMAKE_OSX_ARCHITECTURES="arm64" -DCMAKE_BUILD_TYPE=Release -``` -You can similarly enable HLE AAC decoding by appending the flag `-DENABLE_FFMPEG_AUDIO_DECODER=ON` to the `cmake` command. \ No newline at end of file +``` \ No newline at end of file