mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 11:10:05 +00:00
ENABLE_FFMPEG renamed to ENABLE_FFMPEG_AUDIO_DECODER
parent
df639468a1
commit
f7fc685d53
@ -54,7 +54,7 @@ cmake ../
|
|||||||
make
|
make
|
||||||
sudo make install (optional)
|
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).
|
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
|
make
|
||||||
sudo make install (optional)
|
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:
|
### Building with debug symbols:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user