mirror of
https://github.com/halpz/re3.git
synced 2025-06-27 13:36:20 +00:00
oal wav/mp3 stream update
This commit is contained in:
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}
|
Reference in New Issue
Block a user