Revert "python/build/libs.py: remove flac, switch to Meson wrap"
This reverts commit 6ed4aff4d3
. The
Meson wrap is broken on non-x86, because it unconditionally includes
<cpuid.h> which is an x86 only header.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
libflac_dep = dependency('flac', version: '>= 1.2',
|
||||
fallback: ['flac', 'flac_dep'],
|
||||
required: get_option('flac'))
|
||||
libflac_dep = dependency('flac', version: '>= 1.2', required: get_option('flac'))
|
||||
libopus_dep = dependency('opus', required: get_option('opus'))
|
||||
|
||||
if get_option('tremor').enabled()
|
||||
|
Reference in New Issue
Block a user