* update sndfile 1.0.28

http://www.mega-nerd.com/libsndfile
http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz

# requires pkg-config
# https://www.freedesktop.org/wiki/Software/pkg-config/
# https://pkg-config.freedesktop.org/releases/pkg-config-0.29.1.tar.gz
# ./configure --with-internal-glib && make install
./configure --disable-shared && make install
This commit is contained in:
alexey.lysiuk 2017-04-29 17:33:41 +03:00
parent 78fd486b5f
commit a0b53bc0c8
2 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ typedef struct SNDFILE_tag SNDFILE ;
** and the Microsoft compiler.
*/
#if (defined (_MSCVER) || defined (_MSC_VER))
#if (defined (_MSCVER) || defined (_MSC_VER) && (_MSC_VER < 1310))
typedef __int64 sf_count_t ;
#define SF_COUNT_MAX 0x7fffffffffffffffi64
#else

Binary file not shown.