Hi I have linked into the XDC and have added all the paths by using the encode_decode example. But when I call Engine_open, I get the following error:
undefined reference to `Engine_open'
I have included the following headers
#include <xdc/std.h>
#include <ti/sdo/ce/Engine.h>
#include <ti/sdo/ce/osal/Memory.h>
#include <ti/sdo/ce/video1/videnc1.h>
I assume this is a problem with me not linking a library file correctly. Does anyone know what I need to do?
Thanks in advance.