mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Initial revision
This commit is contained in:
commit
5abac67626
47 changed files with 7915 additions and 0 deletions
9
include/version.h.in
Normal file
9
include/version.h.in
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* version.h
|
||||
*/
|
||||
|
||||
#define SOUNDLIB_VERSION_MAJOR @SND_LIB_MAJOR@
|
||||
#define SOUNDLIB_VERSION_MINOR @SND_LIB_MINOR@
|
||||
#define SOUNDLIB_VERSION_SUBMINOR @SND_LIB_SUBMINOR@
|
||||
#define SOUNDLIB_VERSION ( ( LIBULTRA_VERSION_MAJOR << 16 ) | ( LIBULTRA_VERSION_MINOR << 8 ) | LIB_ULTRA_VERSION_SUBMINOR )
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue