diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-15 22:53:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-17 09:59:26 +0100 |
| commit | 83b80141967c7796dedde6c84000622128c038c7 (patch) | |
| tree | 03d63b4a02f0285b562cd4e63ffb3ab94c129331 /platform/osx/make_dmg.sh | |
| parent | d113a4b1b0e5dab6924510861f3f2b9c30fc9610 (diff) | |
Build with an ffmpeg that includes libdav1d.
Diffstat (limited to 'platform/osx/make_dmg.sh')
| -rw-r--r-- | platform/osx/make_dmg.sh | 1 |
1 files changed, 1 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 |
