mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
update sndfile to 1.0.29
This commit is contained in:
parent
6681f73368
commit
b42a197854
2 changed files with 3 additions and 1 deletions
4
deps/sndfile/include/sndfile.h
vendored
4
deps/sndfile/include/sndfile.h
vendored
|
@ -627,7 +627,9 @@ int sf_perror (SNDFILE *sndfile) ;
|
|||
int sf_error_str (SNDFILE *sndfile, char* str, size_t len) ;
|
||||
|
||||
|
||||
/* Return TRUE if fields of the SF_INFO struct are a valid combination of values. */
|
||||
/* Allow the caller to retrieve information from or change aspects of the
|
||||
** library behaviour.
|
||||
*/
|
||||
|
||||
int sf_command (SNDFILE *sndfile, int command, void *data, int datasize) ;
|
||||
|
||||
|
|
BIN
deps/sndfile/lib/libsndfile.a
vendored
BIN
deps/sndfile/lib/libsndfile.a
vendored
Binary file not shown.
Loading…
Reference in a new issue