source: svn/newcon3bcm2_21bu/rockford/bsp/AVS/7552/README.TXT @ 74

Last change on this file since 74 was 74, checked in by phkim, 10 years ago
  1. phkim
  2. zasc
  3. 변경 내용
    • CT_ChMapUpdatePMTAC3AudioDescriptor 메모리 leak 버그 수정
  • Property svn:executable set to *
File size: 485 bytes
Line 
1AVS Integration Notes
2The original AVS files have .o extension. That does not work well with
3DTA build and release structure. When integrating new files from CFE or
4original AVS source perform following steps:
5- copy new object files in to this directory
6- rename .o files to .pof files, overwriting original files
7- test that AVS is working correctly
8- check in new .pof files
9
10You can use following bash command for bulk renaming:
11for f in *.o; do echo $f `basename $f .o`.pof ; done
Note: See TracBrowser for help on using the repository browser.