You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
325 B
PkgConfig
13 lines
325 B
PkgConfig
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}
|