source:
downloads/libvorbis-1.2.0/vorbis.pc.in
@
44
Last change on this file since 44 was 16, checked in by landauf, 17 years ago | |
---|---|
File size: 285 bytes |
Rev | Line | |
---|---|---|
[16] | 1 | # libvorbis pkg-config source file |
2 | ||
3 | prefix=@prefix@ | |
4 | exec_prefix=@exec_prefix@ | |
5 | libdir=@libdir@ | |
6 | includedir=@includedir@ | |
7 | ||
8 | Name: vorbis | |
9 | Description: vorbis is the primary Ogg Vorbis library | |
10 | Version: @VERSION@ | |
11 | Requires: ogg | |
12 | Conflicts: | |
13 | Libs: -L${libdir} -lvorbis -lm | |
14 | Cflags: -I${includedir} |
Note: See TracBrowser
for help on using the repository browser.