Hi,everyone
These day,I found an example that is about H264.However,when i try to build it, I met some problems.
In the *.cfd, it some packages,but I can not find them.
*********************************************************************************************************
var pal_sys = xdc.loadPackage('ti.sdo.pspdrivers.pal_sys.dm6437');
var video = xdc.loadPackage('ti.sdo.pspdrivers.system.dm6437.bios.evmDM6437.video');
var previewer = xdc.loadPackage('ti.sdo.pspdrivers.drivers.previewer');
var vpfe = xdc.loadPackage('ti.sdo.pspdrivers.drivers.vpfe');
var vpbe = xdc.loadPackage('ti.sdo.pspdrivers.drivers.vpbe');
var osalGlobal = xdc.useModule('ti.sdo.ce.osal.Global');
********************************************************************************************************
These xdc package,I can only find the last one ('ti.sdo.ce.osal.Global') .Besides this,I can not find others.Could you tell me where I can find these?Then I can set the xdcpaths. Thank you.
Junqing Zhao