mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 21:20:32 +00:00
oal wav/mp3 stream update
This commit is contained in:
parent
73c809f616
commit
12a3499ca3
19 changed files with 13006 additions and 106 deletions
12
libsndfile/lib/pkgconfig/sndfile.pc
Normal file
12
libsndfile/lib/pkgconfig/sndfile.pc
Normal file
|
@ -0,0 +1,12 @@
|
|||
prefix=c:/devel/target/libsndfile
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: sndfile
|
||||
Description: A library for reading and writing audio files
|
||||
Requires:
|
||||
Version: 1.0.28
|
||||
Libs: -L${libdir} -lsndfile
|
||||
Libs.private: Ext/libflac.la Ext/libvorbis.la Ext/libogg.la
|
||||
Cflags: -I${includedir}
|
Loading…
Add table
Add a link
Reference in a new issue