diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-30 10:01:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-30 10:01:49 +0100 |
| commit | 79117e50dd156512baf126cc79ec03d1de439e48 (patch) | |
| tree | c999dcefbfe709f6f044cff374a84f46b145d533 /platform/windows | |
| parent | a828bb84771524ab30740e01d360d001e9a83e69 (diff) | |
Add missing libbrotlidec to Windows installer.
Diffstat (limited to 'platform/windows')
| -rw-r--r-- | platform/windows/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 02acb041b..ebbd32e29 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -170,6 +170,7 @@ File "%static_deps%/bin/libx264-155.dll" File "%static_deps%/bin/libwebp-7.dll" File "%static_deps%/bin/GLEW.dll" File "%static_deps%/bin/libdav1d.dll" +File "%static_deps%/bin/libbrotlidec.dll" """, file=f) if bits == 32: |
