mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Switch to automake and libtool
This commit is contained in:
parent
9e85a4cf21
commit
96f35a05ef
45 changed files with 9388 additions and 439 deletions
|
|
@ -5,5 +5,5 @@
|
|||
#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 )
|
||||
#define SOUNDLIB_VERSION ( ( SOUNDLIB_VERSION_MAJOR << 16 ) | ( SOUNDLIB_VERSION_MINOR << 8 ) | SOUNDLIB_VERSION_SUBMINOR )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue