mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-03 15:20:17 +01:00
Update libsndfile to 1.0.29pre2+git
This pulls in MANY (over 890) changes compared to our from our current 1.0.24 version.
This commit is contained in:
@@ -22,11 +22,11 @@ float_type = {
|
||||
|
||||
int_type = {
|
||||
int_name = short ;
|
||||
int_max = 0x7FFF ;
|
||||
int_max = "0x7FFF" ;
|
||||
} ;
|
||||
|
||||
int_type = {
|
||||
int_name = int ;
|
||||
int_max = 0x7FFFFFFF ;
|
||||
int_max = "0x7FFFFFFF" ;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user