mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 16:41:42 +00:00
update sndfile to 1.0.31
This commit is contained in:
parent
379891b09f
commit
330de9c2d4
3 changed files with 2 additions and 2 deletions
2
deps/sndfile/include/sndfile.h
vendored
2
deps/sndfile/include/sndfile.h
vendored
|
@ -20,7 +20,7 @@
|
||||||
** sndfile.h -- system-wide definitions
|
** sndfile.h -- system-wide definitions
|
||||||
**
|
**
|
||||||
** API documentation is in the doc/ directory of the source code tarball
|
** 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
|
#ifndef SNDFILE_H
|
||||||
|
|
BIN
deps/sndfile/lib/libsndfile.a
vendored
BIN
deps/sndfile/lib/libsndfile.a
vendored
Binary file not shown.
2
deps/sndfile/lib/pkgconfig/sndfile.pc
vendored
2
deps/sndfile/lib/pkgconfig/sndfile.pc
vendored
|
@ -7,6 +7,6 @@ Name: sndfile
|
||||||
Description: A library for reading and writing audio files
|
Description: A library for reading and writing audio files
|
||||||
Requires:
|
Requires:
|
||||||
Requires.private: flac ogg vorbis vorbisenc opus
|
Requires.private: flac ogg vorbis vorbisenc opus
|
||||||
Version: 1.0.30
|
Version: 1.0.31
|
||||||
Libs: -L${libdir} -lsndfile
|
Libs: -L${libdir} -lsndfile
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in a new issue