renamed a var to avoid name conflicts...
In the header its just this.. -void initjit(float *jit, int num) +void initjit(float *jitarr, int num) its respectively renamed in jitter.c Kent
This commit is contained in:
@@ -41,7 +41,7 @@ extern "C" {
|
||||
|
||||
extern float jit[64][2];
|
||||
|
||||
void initjit(float *jit, int num);
|
||||
void initjit(float *jitarr, int num);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user