Files
2026-09-16 14:07:40 +08:00

16 lines
318 B
Plaintext
Vendored

# libvorbis pkg-config source file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: vorbis
Description: vorbis is the primary Ogg Vorbis library
Version: @VERSION@
Requires.private: ogg
Conflicts:
Libs: -L${libdir} -lvorbis
Libs.private: @VORBIS_LIBS@
Cflags: -I${includedir}