mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-21 22:50:06 +00:00
FFmpeg no longer needed for AAC
parent
9d02f2a2d9
commit
e11ec18e89
@ -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.
|
||||
```
|
Loading…
Reference in New Issue
Block a user