Hi,
i am trying the first time the codec engine, because i'd like to implement the deinterlacing algo into the codec engine. I read in this forum that the Scale sample is the best for this.
So i took the build_instructions.html and began to work. I made the changes into the user.bld and xdcpath.mak file.
But i can not build the codecs, because of the error:
translating VIDDEC1_COPY
"ti/sdo/ce/examples/codecs/viddec1_copy/VIDDEC1_COPY.xdc", line 49: can't resol
ve name (ti.sdo.ce.video1.IVIDDEC1)
error: compilation failed: parser failed
gmake.exe: *** [package/package.xdc.inc] Error 1
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `C:/WINCE600/PLATFORM/DAVINCI/Src/APPS/CodecEngine/e
xamples/ti/sdo/ce/examples/codecs/viddec1_copy'
gmake: *** [all] Error 2
the "gmake clean" instruction ran without an error.
My platform is a dm6446 with winCE 6.0.
thanks for your help![:)]