diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,9 @@ There are different options of how to build Winamp: ### Dependencies +1. Use a build_winampAll_2019.cmd script file that makes 4 versions x86/x64 (Debug and Release). In this case Visual Studio IDE not running. +2. Use a winampAll_2019.sln file to build and debug in Visual Studio IDE. + #### libvpx We take libvpx from https://github.com/ShiftMediaProject/libvpx, modify it and pack to archive. Run unpack_libvpx_v1.8.2_msvc16.cmd to unpack. @@ -43,4 +46,5 @@ goto line 427 and change from 'return ::DeleteFile((LPTSTR)lpFileName);' to 'ret #### Intel IPP 6.1.1.035 We take Intel IPP 6.1.1.035, modify it and pack to archive. + Run unpack_intel_ipp_6.1.1.035.cmd to unpack it. |