singe/thirdparty/SDL2_mixer/external/opus/include/meson.build
2023-10-23 19:38:18 -05:00

13 lines
226 B
Meson

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')