From 956d54dc9d8f2338b4fc6d2029c1ce9002962d6b Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 24 Sep 2024 16:12:12 +0100 Subject: [PATCH 1/3] Correct a spelling mistake --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c56647546..0972e44ef 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Winamp is a multimedia player launched in 1997, iconic for its flexibility and w ## Usage Building of the Winamp desktop client is current based around Visual Studio 2019 (VS2019) and Intel IPP libs (You need to use exactly v6.1.1.035). -There are differnt options of how to build Winamp: +There are different options of how to build Winamp: 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. @@ -41,4 +41,4 @@ 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. \ No newline at end of file +Run unpack_intel_ipp_6.1.1.035.cmd to unpack it. From 879c007276c5168bd8c6bd540d95672f9880f41c Mon Sep 17 00:00:00 2001 From: Tomislav Teskac Date: Tue, 24 Sep 2024 17:53:17 +0200 Subject: [PATCH 2/3] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0972e44ef..e324de89d 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ## About -Winamp is a multimedia player launched in 1997, iconic for its flexibility and wide compatibility with audio formats. Originally developed by Nullsoft, it gained massive popularity with still millions of users. Its development slowed down, but now, its source code was opened to the community, allowing developers to improve and modernize the playerto meet current user needs. +Winamp is a multimedia player launched in 1997, iconic for its flexibility and wide compatibility with audio formats. Originally developed by Nullsoft, it gained massive popularity with still millions of users. Its development slowed down, but now, its source code was opened to the community, allowing developers to improve and modernize the player to meet current user needs. ## Usage -Building of the Winamp desktop client is current based around Visual Studio 2019 (VS2019) and Intel IPP libs (You need to use exactly v6.1.1.035). +Building of the Winamp desktop client is currently based around Visual Studio 2019 (VS2019) and Intel IPP libs (You need to use exactly v6.1.1.035). There are different options of how to build Winamp: 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. From 3c8780a505c9cb1ec33eb534203775744b30a4a4 Mon Sep 17 00:00:00 2001 From: Chris Sarbora Date: Tue, 24 Sep 2024 12:11:56 -0500 Subject: [PATCH 3/3] Update README.md How this wasn't in the original commit is, honestly, beyond imagination. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e324de89d..4516f079e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Winamp is a multimedia player launched in 1997, iconic for its flexibility and wide compatibility with audio formats. Originally developed by Nullsoft, it gained massive popularity with still millions of users. Its development slowed down, but now, its source code was opened to the community, allowing developers to improve and modernize the player to meet current user needs. +It really whips the llama's ass. + ## Usage Building of the Winamp desktop client is currently based around Visual Studio 2019 (VS2019) and Intel IPP libs (You need to use exactly v6.1.1.035).