mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
move to new cspot
This commit is contained in:
13
components/spotify/cspot/bell/external/opus/include/meson.build
vendored
Normal file
13
components/spotify/cspot/bell/external/opus/include/meson.build
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
opus_headers = [
|
||||
'opus.h',
|
||||
'opus_multistream.h',
|
||||
'opus_projection.h',
|
||||
'opus_types.h',
|
||||
'opus_defines.h',
|
||||
]
|
||||
|
||||
if opt_custom_modes
|
||||
opus_headers += ['opus_custom.h']
|
||||
endif
|
||||
|
||||
install_headers(opus_headers, subdir: 'opus')
|
||||
Reference in New Issue
Block a user