mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
* 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:
parent
78fd486b5f
commit
a0b53bc0c8
2 changed files with 1 additions and 1 deletions
|
@ -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.
Loading…
Reference in a new issue