first commit
This commit is contained in:
13
third_party/opus/include/meson.build
vendored
Normal file
13
third_party/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