summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-02-15 22:53:20 +0100
committerCarl Hetherington <cth@carlh.net>2022-02-17 09:59:26 +0100
commit83b80141967c7796dedde6c84000622128c038c7 (patch)
tree03d63b4a02f0285b562cd4e63ffb3ab94c129331 /platform
parentd113a4b1b0e5dab6924510861f3f2b9c30fc9610 (diff)
Build with an ffmpeg that includes libdav1d.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/make_dmg.sh1
-rw-r--r--platform/windows/wscript1
2 files changed, 2 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index b33dd8a43..f997af817 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -181,6 +181,7 @@ function copy_libs {
copy_lib_env libfribidi "$dest"
copy_lib_env libgio "$dest"
copy_lib_env libz "$dest"
+ copy_lib_env libdav1d "$dest"
}
# @param #1 directory to copy to
diff --git a/platform/windows/wscript b/platform/windows/wscript
index ed5f5d4f2..2cc3d6453 100644
--- a/platform/windows/wscript
+++ b/platform/windows/wscript
@@ -165,6 +165,7 @@ File "%static_deps%/bin/libpangoft2-1.0-0.dll"
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=f)
if bits == 32: