Archived
1
0
This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
winamp/Src/external_dependencies/libmp4v2/include/mpeg4ip_version.h

7 lines
276 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#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)