annotate openal.pc.in @ 30:32c69ba451d9
fixed bug where sound-processor would generate too many floats
author |
Robert McIntyre <rlm@mit.edu> |
date |
Mon, 23 Jan 2012 05:49:37 -0700 |
parents |
f9476ff7637e |
children |
|
rev |
line source |
rlm@0
|
1 prefix=@prefix@
|
rlm@0
|
2 exec_prefix=@exec_prefix@
|
rlm@0
|
3 libdir=@libdir@
|
rlm@0
|
4 includedir=@includedir@
|
rlm@0
|
5
|
rlm@0
|
6 Name: OpenAL
|
rlm@0
|
7 Description: OpenAL is a cross-platform 3D audio API
|
rlm@0
|
8 Requires: @PKG_CONFIG_REQUIRES@
|
rlm@0
|
9 Version: @PACKAGE_VERSION@
|
rlm@0
|
10 Libs: -L${libdir} -l@LIBNAME@ @PKG_CONFIG_LIBS@
|
rlm@0
|
11 Cflags: -I${includedir} @PKG_CONFIG_CFLAGS@
|