From 74f4b1bc3b627ba4c7e03498234d88cacdfbe97b Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 29 Sep 2021 22:52:49 +0200 Subject: Squashed 'vorbis/' content from commit d22c3ab5f git-subtree-dir: vorbis git-subtree-split: d22c3ab5f633460abc2532feee60ca0892134cbf --- vorbisfile.pc.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vorbisfile.pc.in (limited to 'vorbisfile.pc.in') diff --git a/vorbisfile.pc.in b/vorbisfile.pc.in new file mode 100644 index 0000000..e58a071 --- /dev/null +++ b/vorbisfile.pc.in @@ -0,0 +1,14 @@ +# libvorbisfile pkg-config source file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: vorbisfile +Description: vorbisfile is a library that provides a convenient high-level API for decoding and basic manipulation of all Vorbis I audio streams +Version: @VERSION@ +Requires.private: vorbis +Conflicts: +Libs: -L${libdir} -lvorbisfile +Cflags: -I${includedir} -- cgit v1.1