mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-09 04:10:05 +00:00
Add libyuv (#5623)
* Add libyuv * Only use libyuv on Android Co-authored-by: Marshall Mohror <mohror64@gmail.com>
This commit is contained in:
parent
64b502aad3
commit
1911c9791e
3 changed files with 11 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -52,3 +52,6 @@
|
|||
[submodule "zstd"]
|
||||
path = externals/zstd
|
||||
url = https://github.com/facebook/zstd.git
|
||||
[submodule "libyuv"]
|
||||
path = externals/libyuv
|
||||
url = https://github.com/lemenkov/libyuv.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue