Fixed libsndfile, added test-sndfile project

This commit is contained in:
Sergii Pylypenko
2013-05-20 21:21:10 +03:00
parent 0d628fa217
commit 36cc6e4bcb
10 changed files with 996 additions and 10 deletions

View File

@@ -315,8 +315,8 @@ typedef struct SNDFILE_tag SNDFILE ;
typedef __int64 sf_count_t ;
#define SF_COUNT_MAX 0x7fffffffffffffffi64
#else
typedef int64_t sf_count_t ;
#define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL
typedef int32_t sf_count_t ;
#define SF_COUNT_MAX 0x7FFFFFFFL
#endif