changelog
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:1k
源码类别:

Windows CE

开发平台:

C/C++

  1. MAD: MPEG Audio Decoder 0.15.1b
  2. http://www.underbit.com/products/mad/
  3. defines:
  4. FPM_DEFAULT (non ARM GCC)
  5. FPM_ARM (ARM GCC)
  6. OPT_SPEED
  7. ASO_INTERLEAVE1 (non MIPS)
  8. ASO_INTERLEAVE2 (MIPS)
  9. ASO_ZEROCHECK   (MIPS)
  10. inline=__inline (MSVC)
  11. BUILDFIXED (WIN32,WINCE)
  12. libmad:
  13. minimad.c not needed
  14. decoder.c not needed
  15. decoder.h not needed
  16. version.c not needed
  17. version.h not needed
  18. timer.c not needed
  19. timer.h not needed
  20. global.h abort() -> exit(1)
  21. frame.c comment out "mad_timer_set" and "mad_timer_zero"
  22. layer3.c rq_table.dat eliminated and fixedfloat with long exponent (evc vs gcc compability)
  23. huffman.c renamed to huffmanmad.c