mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-14 16:44:54 -05:00
Compare commits
18 commits
9d08543fde
...
1042988acb
Author | SHA1 | Date | |
---|---|---|---|
|
1042988acb | ||
|
64a51755c6 | ||
|
9c5a793c9a | ||
|
839d68c00c | ||
|
7a9f8ae3c3 | ||
|
13cae62418 | ||
|
3f708e849a | ||
|
6ff62b6dda | ||
|
646062fb13 | ||
|
8bdb48161f | ||
|
09cb3a54ed | ||
|
3c8780a505 | ||
|
40b10871a0 | ||
|
879c007276 | ||
|
a71434f67d | ||
|
956d54dc9d | ||
|
bab614c421 | ||
|
20d28e80a5 |
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# Winamp Collaborative License (WCL) Version 1.0
|
||||
# Winamp Collaborative License (WCL) Version 1.0.1
|
||||
|
||||
This License governs the use, modification, and distribution of the Winamp software.
|
||||
By using, Modifying, or distributing this software, you agree to the following terms:
|
||||
|
@ -30,7 +30,6 @@ You are granted the right to Modify the software for private use only. You may m
|
|||
|
||||
### 5. Restrictions
|
||||
- No Distribution of Modified Versions: You may not distribute modified versions of the software, whether in source or binary form.
|
||||
- No Forking: You may not create, maintain, or distribute a forked version of the software.
|
||||
- Official Distribution: Only the maintainers of the official repository are allowed to distribute the software and its modifications.
|
||||
|
||||
### 6. No Sublicensing
|
||||
|
@ -77,4 +76,4 @@ You must comply with all applicable laws and regulations in connection with your
|
|||
- Severability: If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.
|
||||
By using, Modifying, or contributing to the software, you acknowledge that you have read, understood, and agree to be bound by these terms and conditions.
|
||||
|
||||
This custom License aims to maintain the collaborative nature of the project while restricting the distribution of modified versions.
|
||||
This custom License aims to maintain the collaborative nature of the project while restricting the distribution of modified versions.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue