File:
[cvs.NetBSD.org] /
pkgsrc /
audio /
libao-sun /
Makefile
Revision
1.12:
download - view:
text,
annotated -
select for diffs
Thu May 28 19:30:45 2020 UTC (4 years, 11 months ago) by
nia
Branches:
MAIN
CVS tags:
HEAD
libao-sun: convert 24-bit samples to 32-bit samples
working around the inability of the netbsd 9 kernel (at least) to
handle 24-bit lpcm directly in its default configuration. this
fixes problems playing 24-bit flac in cmus, at least.
with the kernel compiled with AUDIO_SUPPORT_LINEAR24 this is not
actually necessary and we should maybe consider doing that by default.