Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Mar 9, 2024
1 parent 1832fa3 commit 87f5c12
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions aedi/target/library_tier1.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,13 +353,10 @@ def __init__(self, name='opus'):

def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/xiph/opus/archive/refs/tags/v1.5.1.tar.gz',
'7ce44ef3d335a3268f26be7d53bb3bed7205b34eaf80bf92a99e69d490afe9d9')
'https://downloads.xiph.org/releases/opus/opus-1.5.1.tar.gz',
'b84610959b8d417b611aa12a22565e0a3732097c6389d19098d844543e340f85')

def configure(self, state: BuildState):
with open(state.source / 'package_version', 'w') as f:
f.write('PACKAGE_VERSION="1.5.1"\n')

state.options['PC_BUILD'] = 'floating-point'
super().configure(state)

Expand Down

0 comments on commit 87f5c12

Please sign in to comment.