diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-02-26 16:23:59 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-02-26 16:24:55 +0100 |
commit | b3dc49ba84cae14b8029d173363305272ad92af0 (patch) | |
tree | 56345b714afdac6d756aa0e3082df50ce6641915 | |
parent | 132b18dca8dc47cffc16d3d53a8f80cff0b066e1 (diff) | |
download | mana-b3dc49ba84cae14b8029d173363305272ad92af0.tar.gz mana-b3dc49ba84cae14b8029d173363305272ad92af0.tar.bz2 mana-b3dc49ba84cae14b8029d173363305272ad92af0.tar.xz mana-b3dc49ba84cae14b8029d173363305272ad92af0.zip |
CMake: Remove rav1e.dll from the Windows installer
It no longer exists among the dependencies.
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 11cdaf03..573db7f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,7 +156,6 @@ if(WIN32) $ENV{MINGW_PREFIX}/bin/libjbig-0.dll $ENV{MINGW_PREFIX}/bin/libLerc.dll $ENV{MINGW_PREFIX}/bin/libopus-0.dll - $ENV{MINGW_PREFIX}/bin/rav1e.dll $ENV{MINGW_PREFIX}/bin/libbz2-1.dll $ENV{MINGW_PREFIX}/bin/libglib-2.0-0.dll $ENV{MINGW_PREFIX}/bin/libogg-0.dll |