Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue