mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#define MPEG4IP_PACKAGE "mpeg4ip"
|
||||
#define MPEG4IP_VERSION "1.5"
|
||||
#define MPEG4IP_MAJOR_VERSION 0x1
|
||||
#define MPEG4IP_MINOR_VERSION 0x5
|
||||
#define MPEG4IP_CVS_VERSION 0x
|
||||
#define MPEG4IP_HEX_VERSION ((MPEG4IP_MAJOR_VERSION << 16) | (MPEG4IP_MINOR_VERSION << 8) | MPEG4IP_CVS_VERSION)
|
Reference in New Issue
Block a user