diff options
author | Danila Malyutin <d.maljutin@yandex.ru> | 2023-05-13 23:35:01 +0200 |
---|---|---|
committer | Danila Malyutin <d.maljutin@yandex.ru> | 2023-05-21 23:43:44 +0200 |
commit | 7701a00a0277ad59c1b743b9aa14c6861624b847 (patch) | |
tree | 9214202ee896671be1301d0993931a74686955e5 /CMakeLists.txt | |
parent | Merge pull request #10392 from danilaml/update-cubeb-again (diff) | |
download | yuzu-7701a00a0277ad59c1b743b9aa14c6861624b847.tar yuzu-7701a00a0277ad59c1b743b9aa14c6861624b847.tar.gz yuzu-7701a00a0277ad59c1b743b9aa14c6861624b847.tar.bz2 yuzu-7701a00a0277ad59c1b743b9aa14c6861624b847.tar.lz yuzu-7701a00a0277ad59c1b743b9aa14c6861624b847.tar.xz yuzu-7701a00a0277ad59c1b743b9aa14c6861624b847.tar.zst yuzu-7701a00a0277ad59c1b743b9aa14c6861624b847.zip |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 561eaafb2..7276ac9dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -453,6 +453,7 @@ endif() # List of all FFmpeg components required set(FFmpeg_COMPONENTS avcodec + avfilter avutil swscale) |