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.

关于将c6accel整合到现有的codec server



按照TI wiki里提供的方法: integrating C6Accel in user defined codec server所介绍的,在$(C6ACCEL_INSTALL_DIR)/docs 文件夹里运行:

make -f Makefile.ce.genServer ;我的理解是然后在向导里面添加所需的codec就能生成整合了c6accel库的server??不知道这样理解是否正确??
还有一个问题是,我在向导里面设置了serch path 里添加了例程所在codec文件夹:/home/xubin/dm3730/dvsdk4_03/codec-engine_2_26_02_11/examples/ti/sdo/ce/examples/codec
为什么无法找到我的codec里面的模块如:VIDDEC_COPY等;refresh里很多次也无法显示,是否所添加的codec路径不正确?那正确的路径又该是什么?