You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
738 B
17 lines
738 B
4 years ago
|
diff -up openal-soft-1.19.1/Alc/bformatdec.h~ openal-soft-1.19.1/Alc/bformatdec.h
|
||
|
--- openal-soft-1.19.1/Alc/bformatdec.h~ 2018-10-12 00:05:31.000000000 +0200
|
||
|
+++ openal-soft-1.19.1/Alc/bformatdec.h 2020-02-16 16:11:57.105035079 +0100
|
||
|
@@ -24,9 +24,9 @@
|
||
|
/* NOTE: These are scale factors as applied to Ambisonics content. Decoder
|
||
|
* coefficients should be divided by these values to get proper N3D scalings.
|
||
|
*/
|
||
|
-const ALfloat N3D2N3DScale[MAX_AMBI_COEFFS];
|
||
|
-const ALfloat SN3D2N3DScale[MAX_AMBI_COEFFS];
|
||
|
-const ALfloat FuMa2N3DScale[MAX_AMBI_COEFFS];
|
||
|
+extern const ALfloat N3D2N3DScale[MAX_AMBI_COEFFS];
|
||
|
+extern const ALfloat SN3D2N3DScale[MAX_AMBI_COEFFS];
|
||
|
+extern const ALfloat FuMa2N3DScale[MAX_AMBI_COEFFS];
|
||
|
|
||
|
|
||
|
struct AmbDecConf;
|