build_wbm.cmd 634 B

123456789101112131415
  1. @echo off
  2. cd /D %CURSANDBOX%\output\Winamp
  3. REM wbm auto "System\a52.wbm" "System\a52.w5s"
  4. wbm auto "System\aacdec.wbm" "System\aacdec.w5s"
  5. wbm auto "System\adpcm.wbm" "System\adpcm.w5s"
  6. wbm auto "System\alac.wbm" "System\alac.w5s"
  7. REM wbm auto "System\dca.wbm" "System\dca.w5s"
  8. wbm auto "System\f263.wbm" "System\f263.w5s"
  9. wbm auto "System\h264.wbm" "System\h264.w5s"
  10. wbm auto "System\mp4v.wbm" "System\mp4v.w5s"
  11. wbm auto "System\pcm.wbm" "System\pcm.w5s"
  12. wbm auto "System\theora.wbm" "System\theora.w5s"
  13. wbm auto "System\vlb.wbm" "System\vlb.w5s"
  14. wbm auto "System\vp6.wbm" "System\vp6.w5s"
  15. wbm auto "System\vp8.wbm" "System\vp8.w5s"