diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ac7c3ce90..6ea6c650e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -172,6 +172,8 @@ macro(yuzu_find_packages) | |||
| 172 | "nlohmann_json 3.8 nlohmann_json/3.8.0" | 172 | "nlohmann_json 3.8 nlohmann_json/3.8.0" |
| 173 | "ZLIB 1.2 zlib/1.2.11" | 173 | "ZLIB 1.2 zlib/1.2.11" |
| 174 | "zstd 1.4 zstd/1.4.8" | 174 | "zstd 1.4 zstd/1.4.8" |
| 175 | # can't use opus until AVX check is fixed: https://github.com/yuzu-emu/yuzu/pull/4068 | ||
| 176 | #"opus 1.3 opus/1.3.1" | ||
| 175 | ) | 177 | ) |
| 176 | 178 | ||
| 177 | foreach(PACKAGE ${REQUIRED_LIBS}) | 179 | foreach(PACKAGE ${REQUIRED_LIBS}) |