etlegacy-libs/vorbis/vorbisfile.pc.in

15 lines
395 B
PkgConfig
Raw Normal View History

2013-01-24 15:44:19 +00:00
# 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@
2015-01-24 18:58:23 +00:00
Requires.private: vorbis
2013-01-24 15:44:19 +00:00
Conflicts:
Libs: -L${libdir} -lvorbisfile
Cflags: -I${includedir}