Im trying to compile FAAC for DRM use, but i keep getting the same error. I've removed the "//" in the #Define DRM line in coder.h. As a result, all references of DRM (ifdef DRM) are enabled in all source files, except for fft.c. So i included a #define DRM directly in fft.c, but now i get several compilation errors saying cfg is not a member of fft_tables.
Is this some kind of a bug? Does anyone knows how do to solve it?
PS: im using ms virtual studio 2008
i've tried in dev c++ and it was no use too.
