view src/libogg-1.3.0/ogg.pc.in @ 57:e56993504470

Fixes and updates for 32-bit Windows build
author Chris Cannam
date Mon, 09 Jan 2017 11:53:06 +0000
parents 05aa0afa9217
children
line wrap: on
line source
# ogg pkg-config file

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

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