diff options
author | Matthew Gregan <[email protected]> | 2016-12-21 18:24:01 +1300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2016-12-21 18:24:01 +1300 |
commit | 0811eb44bc585dd4becaa570907323d537c6a1cf (patch) | |
tree | 8e4654bf8c552e8682c069a63505a41fc4c2f81a /src/cubeb_mixer.h | |
parent | a900d6e511c3286956c38ca60162790ca6e8e18d (diff) | |
download | cubeb-0811eb44bc585dd4becaa570907323d537c6a1cf.tar.gz cubeb-0811eb44bc585dd4becaa570907323d537c6a1cf.zip |
Define cubeb_layout_map in cubeb_mixer.cpp rather than cubeb-internal.h.
Diffstat (limited to 'src/cubeb_mixer.h')
-rw-r--r-- | src/cubeb_mixer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cubeb_mixer.h b/src/cubeb_mixer.h index dc90410..d1d0e84 100644 --- a/src/cubeb_mixer.h +++ b/src/cubeb_mixer.h @@ -5,8 +5,8 @@ * accompanying file LICENSE for details. */ -#ifndef CUBEB_MIXING -#define CUBEB_MIXING +#ifndef CUBEB_MIXER +#define CUBEB_MIXER #include "cubeb/cubeb.h" // for cubeb_channel_layout ,CUBEB_CHANNEL_LAYOUT_MAPS and cubeb_stream_params. @@ -66,4 +66,4 @@ void cubeb_upmix_float(float * const in, long inframes, float * out, } #endif -#endif // CUBEB_MIXING +#endif // CUBEB_MIXER |