projects
/
profile
/
ivi
/
pulseaudio-panda.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b52bf4
)
sndfile: fix build on BE archs
author
Lennart Poettering
<lennart@poettering.net>
Tue, 23 Jun 2009 16:54:17 +0000
(18:54 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 23 Jun 2009 16:54:17 +0000
(18:54 +0200)
src/pulsecore/sndfile-util.c
patch
|
blob
|
history
diff --git
a/src/pulsecore/sndfile-util.c
b/src/pulsecore/sndfile-util.c
index
032aefc
..
4f7f8bd
100644
(file)
--- a/
src/pulsecore/sndfile-util.c
+++ b/
src/pulsecore/sndfile-util.c
@@
-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_S32
R
E:
+ case PA_SAMPLE_S32
B
E:
ss->format = PA_SAMPLE_S32NE;
sfi->format |= SF_FORMAT_PCM_32;
break;