This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Creating a new XDAIS Codec for Codec Engine and linking VLIB into it

I am creating a new "Codec" for integration into the Codec Engine server (cs.x64P) built in the cs1omap3530_1_01_00 directory of DVSDK 3.01.00.06.  I have been successful in adding the XDAIS compliant AAC LC encoder (aaclcenc codec) into the server.  Now I would like to add my own custom codec into the server.  I copied the contents of examples/ti/xdais/dm/examples/vidanalytics_copy from the codec engine into my codecs directory alongside all the rest of the codecs.  When I rebuild the server (cs.x64P), it appears to compile the vidanalytics_copy as I expect. However the resulting cs.x64P file does not have any symbols from the vidanalytics_copy build. What am I doing wrong?

 

 Furthermore, once I modify this "codec" to add my custom algorithms, I will need to link with the VLIB library (vlib.l64P) and IMGLIB2 library (imglib2.l64P).  What do I need to modify to get the build system to link with external (non-XDAIS) libraries?

 

Thank you.