summaryrefslogtreecommitdiffstats
path: root/libsndfile/lib/pkgconfig/sndfile.pc
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-05-11 02:23:36 +0200
committerGitHub <noreply@github.com>2020-05-11 02:23:36 +0200
commitc66c45f4c8921564dc705c690e25848c330c4b26 (patch)
tree82c935c912f9436fcc87d4c5e910db89bbf0dda7 /libsndfile/lib/pkgconfig/sndfile.pc
parentMerge pull request #531 from Bigbossbro08/master (diff)
parentoal update (diff)
downloadre3-c66c45f4c8921564dc705c690e25848c330c4b26.tar
re3-c66c45f4c8921564dc705c690e25848c330c4b26.tar.gz
re3-c66c45f4c8921564dc705c690e25848c330c4b26.tar.bz2
re3-c66c45f4c8921564dc705c690e25848c330c4b26.tar.lz
re3-c66c45f4c8921564dc705c690e25848c330c4b26.tar.xz
re3-c66c45f4c8921564dc705c690e25848c330c4b26.tar.zst
re3-c66c45f4c8921564dc705c690e25848c330c4b26.zip
Diffstat (limited to 'libsndfile/lib/pkgconfig/sndfile.pc')
-rw-r--r--libsndfile/lib/pkgconfig/sndfile.pc12
1 files changed, 12 insertions, 0 deletions
diff --git a/libsndfile/lib/pkgconfig/sndfile.pc b/libsndfile/lib/pkgconfig/sndfile.pc
new file mode 100644
index 00000000..428d708a
--- /dev/null
+++ b/libsndfile/lib/pkgconfig/sndfile.pc
@@ -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}