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