diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-23 17:10:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-04 10:48:59 +0100 |
| commit | c6c5e30d75800031b9ad06015f271865e148e538 (patch) | |
| tree | fb618cfaede8bafb6e95a7aec5a34b1c99c157e0 /cscript | |
| parent | ba152e6c12018f6ff21d760b065b552f09246752 (diff) | |
Update dependencies for arm64 builds.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -365,7 +365,7 @@ def dependencies(target, options): ffmpeg_options = {} if target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg-cdist', 'd798b45', ffmpeg_options)] + deps = [('ffmpeg-cdist', 'e89aa4a', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] @@ -377,16 +377,16 @@ def dependencies(target, options): deps.append(('libdcp', 'c6665c1', cpp_lib_options)) deps.append(('libsub', '64eb116', cpp_lib_options)) - deps.append(('leqm-nrt', 'carl')) - deps.append(('rtaudio', 'carl')) + deps.append(('leqm-nrt', '131f971')) + deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we # also need a patched openssl binary to make certificates. # This dependency is to get that binary, which is added into # the appropriate place later - deps.append(('openssl', 'carl')) + deps.append(('openssl', '0b7b7f1')) if can_build_disk(target): - deps.append(('lwext4', '370b3de6')) - deps.append(('ffcmp', None)) + deps.append(('lwext4', '01c7d4c')) + deps.append(('ffcmp', 'a915540')) return deps |
