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.

dvsdk的脚本语言疑惑?



用dvsdk 2.00.00.18为dm6467编译程序,将video_copy换到用户自定义目录进行编译,在修改脚本过程中发现两点:
(1) xdcscript 会认为以下内容不是注释:

/*

*  something A   //  被认为是注释

//  something B   //  被认为是注释

   something C  // 认为不是注释

*/

 

(2) 移植server时,发现Server隐式依赖于文件夹all_codecs。 即server所在的目录的上两级目录中必须含有文件夹all_codecs。