diff options
author | Jean-Francois Mauguit <jfmauguit@mac.com> | 2024-09-24 09:03:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 09:03:25 -0400 |
commit | bab614c421ed7ae329d26bf028c4a3b1d2450f5a (patch) | |
tree | 12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/Mastering/Winamp/build_wbm_2022.cmd | |
parent | 4bde6044fddf053f31795b9eaccdd2a5a527d21f (diff) | |
parent | 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (diff) | |
download | winamp-bab614c421ed7ae329d26bf028c4a3b1d2450f5a.tar.gz |
Merge pull request #5 from WinampDesktop/community
Merge to main
Diffstat (limited to 'Src/Mastering/Winamp/build_wbm_2022.cmd')
-rw-r--r-- | Src/Mastering/Winamp/build_wbm_2022.cmd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Src/Mastering/Winamp/build_wbm_2022.cmd b/Src/Mastering/Winamp/build_wbm_2022.cmd new file mode 100644 index 00000000..1e0a53b6 --- /dev/null +++ b/Src/Mastering/Winamp/build_wbm_2022.cmd @@ -0,0 +1,19 @@ +@echo off +REM copy this file to root of output dir (where winamp.exe and wbm.exe reside) and run to generate .wbm files +REM cd /D %CURSANDBOX%\output\Winamp +REM wbm auto "System\a52.wbm" "System\a52.w5s" +REM wbm auto "System\aacdec.wbm" "System\aacdec.w5s" +wbm auto "System\adpcm.wbm" "System\adpcm.w5s" +REM wbm auto "System\alac.wbm" "System\alac.w5s" +REM wbm auto "System\dca.wbm" "System\dca.w5s" +wbm auto "System\f263.wbm" "System\f263.w5s" +REM wbm auto "System\h264.wbm" "System\h264.w5s" +wbm auto "System\mp4v.wbm" "System\mp4v.w5s" +wbm auto "System\pcm.wbm" "System\pcm.w5s" +wbm auto "System\theora.wbm" "System\theora.w5s" +wbm auto "System\vlb.wbm" "System\vlb.w5s" +wbm auto "System\vp6.wbm" "System\vp6.w5s" +wbm auto "System\vp8.wbm" "System\vp8.w5s" +wbm auto "System\jnetlib.wbm" "System\jnetlib.w5s" + +pause |