mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
sndfile: fix build on BE archs
This commit is contained in:
parent
0b52bf4cd1
commit
2654eb7781
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ int pa_sndfile_write_sample_spec(SF_INFO *sfi, pa_sample_spec *ss) {
|
|||
break;
|
||||
|
||||
case PA_SAMPLE_S32LE:
|
||||
case PA_SAMPLE_S32RE:
|
||||
case PA_SAMPLE_S32BE:
|
||||
ss->format = PA_SAMPLE_S32NE;
|
||||
sfi->format |= SF_FORMAT_PCM_32;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue