python/build/libs.py: remove flac, switch to Meson wrap

This commit is contained in:
Max Kellermann
2021-09-21 16:39:36 +02:00
parent e525465592
commit 6ed4aff4d3
7 changed files with 19 additions and 15 deletions

View File

@@ -1,4 +1,6 @@
libflac_dep = dependency('flac', version: '>= 1.2', required: get_option('flac'))
libflac_dep = dependency('flac', version: '>= 1.2',
fallback: ['flac', 'flac_dep'],
required: get_option('flac'))
libopus_dep = dependency('opus', required: get_option('opus'))
if get_option('tremor').enabled()