update sndfile to 1.0.31

This commit is contained in:
alexey.lysiuk 2021-01-25 11:31:19 +02:00
parent 379891b09f
commit 330de9c2d4
3 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
** sndfile.h -- system-wide definitions
**
** API documentation is in the doc/ directory of the source code tarball
** and at http://www.mega-nerd.com/libsndfile/api.html.
** and at http://libsndfile.github.io/libsndfile/api.html.
*/
#ifndef SNDFILE_H

Binary file not shown.

View file

@ -7,6 +7,6 @@ Name: sndfile
Description: A library for reading and writing audio files
Requires:
Requires.private: flac ogg vorbis vorbisenc opus
Version: 1.0.30
Version: 1.0.31
Libs: -L${libdir} -lsndfile
Cflags: -I${includedir}