view osx/lib/pkgconfig/ogg.pc @ 168:ceec0dd9ec9c

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 07 Feb 2020 11:51:13 +0000
parents dde06ec3df43
children
line wrap: on
line source
# ogg pkg-config file

prefix=/Users/cannam/code/sv-dependency-builds/osx
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: ogg
Description: ogg is a library for manipulating ogg bitstreams
Version: 1.3.0
Requires:
Conflicts:
Libs: -L${libdir} -logg
Cflags: -I${includedir}