- remove non-used files in G729 + downgrade to Opus 1.5.1 - conflicting with another header files
This commit is contained in:
@@ -19,7 +19,7 @@ def make_build() -> Path:
|
||||
os.mkdir(DIR_BUILD)
|
||||
os.chdir(DIR_BUILD)
|
||||
|
||||
cmd = f'cmake ../src'
|
||||
cmd = f'cmake ../src -G Ninja'
|
||||
retcode = os.system(cmd)
|
||||
if retcode != 0:
|
||||
raise RuntimeError('Problem when configuring the project')
|
||||
@@ -34,4 +34,4 @@ def make_build() -> Path:
|
||||
|
||||
if __name__ == '__main__':
|
||||
p = make_build()
|
||||
print (f'Built: {p}')
|
||||
print (f'Built: {p}')
|
||||
|
||||
Reference in New Issue
Block a user