checkin in opus reference decoder

This commit is contained in:
jacqueline
2023-08-01 10:14:23 +10:00
parent d41de537a0
commit 23393312b7
414 changed files with 101944 additions and 0 deletions
+13
View 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')