Closed StanislawAntol closed 12 years ago
In stereo_processor.h, you have:
#ifndef STEREO_PROCESSOR_H_ #define STEREO_PRECESSOR_H_
where the #define has a typo and should be:
STEREO_PROCESSOR_H_
In stereo_processor.h, you have:
where the #define has a typo and should be: