view src/libvorbis-1.3.3/vorbis.pc.in @ 153:84bc3a5ec321

Remove subrepo - trying to avoid these now
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 04 Dec 2018 10:27:12 +0000
parents 98c1576536ae
children
line wrap: on
line source
# 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: ogg
Conflicts:
Libs: -L${libdir} -lvorbis -lm
Cflags: -I${includedir}