Mercurial > hg > sv-dependency-builds
comparison osx/lib/pkgconfig/vorbis.pc @ 2:cc5d363db385
Add OS/X 64-bit builds
author | Chris Cannam |
---|---|
date | Tue, 19 Mar 2013 20:33:28 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:05aa0afa9217 | 2:cc5d363db385 |
---|---|
1 # libvorbis pkg-config source file | |
2 | |
3 prefix=/Users/cannam/code/sv-dependency-builds/osx | |
4 exec_prefix=${prefix} | |
5 libdir=${exec_prefix}/lib | |
6 includedir=${prefix}/include | |
7 | |
8 Name: vorbis | |
9 Description: vorbis is the primary Ogg Vorbis library | |
10 Version: 1.3.3 | |
11 Requires: ogg | |
12 Conflicts: | |
13 Libs: -L${libdir} -lvorbis -lm | |
14 Cflags: -I${includedir} |