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-20 00:57:52 +0100
commitd7779844c6e759853a8165c9fe7bec92a76b6c8a (patch)
tree64e1af706d0521dae8e7a573b89ef085c7cf1024 /platform
parente3895e1f33a366003f094c8869dc410ec0ff3c1a (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: