Hello everyone,
I am building my video codec via modifying the "video_copy" example in the codec engine shipped with EZSDK_5_01_01_80.
Though I included <math.h> in my source codes, the compiler returned errors like " undefined reference to `log10' ".
How do I modify the linker options to get <math.h> functions working, or how can I bring c67xmathlib libraries into the package?
Regards,
Hongdong