Ticket #53557: speexdsp.pc
File speexdsp.pc, 298 bytes (added by ballapete (Peter "Pete" Dyballa), 8 years ago) |
---|
Line | |
---|---|
1 | # libspeex pkg-config source file |
2 | |
3 | prefix=/opt/local |
4 | exec_prefix=${prefix} |
5 | libdir=${exec_prefix}/lib |
6 | includedir=${prefix}/include |
7 | |
8 | Name: speex |
9 | Description: Speex is an audio codec tuned for speech |
10 | Version: 1.2.0 |
11 | Requires: |
12 | Conflicts: |
13 | Libs: -L${libdir} -lspeex |
14 | Libs.private: |
15 | Cflags: -I${includedir} |