view 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
line wrap: on
line source
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: OpenAL
7 Description: OpenAL is a cross-platform 3D audio API
8 Requires: @PKG_CONFIG_REQUIRES@
9 Version: @PACKAGE_VERSION@
10 Libs: -L${libdir} -l@LIBNAME@ @PKG_CONFIG_LIBS@
11 Cflags: -I${includedir} @PKG_CONFIG_CFLAGS@