mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-25 06:59:52 -05:00
prefix by order macros with PA_
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1884 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
668340099c
commit
c6b43bf119
8 changed files with 96 additions and 93 deletions
|
|
@ -27,8 +27,8 @@
|
|||
|
||||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue