mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
merge 'lennart' branch back into trunk.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1971 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
6687dd0131
commit
a67c21f093
294 changed files with 79057 additions and 11614 deletions
|
|
@ -27,12 +27,15 @@
|
|||
|
||||
#include "endianmacros.h"
|
||||
|
||||
#define INT16_FROM INT16_FROM_BE
|
||||
#define INT16_TO INT16_TO_BE
|
||||
#define INT16_FROM PA_INT16_FROM_BE
|
||||
#define INT16_TO PA_INT16_TO_BE
|
||||
|
||||
#define pa_sconv_s16le_to_float32ne pa_sconv_s16be_to_float32ne
|
||||
#define pa_sconv_s16le_from_float32ne pa_sconv_s16be_from_float32ne
|
||||
|
||||
#define pa_sconv_s16le_to_float32re pa_sconv_s16be_to_float32re
|
||||
#define pa_sconv_s16le_from_float32re pa_sconv_s16be_from_float32re
|
||||
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
#define SWAP_WORDS 0
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue