Mercurial > audio-send
comparison openal.pc.in @ 0:f9476ff7637e
initial forking of open-al to create multiple listeners
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 25 Oct 2011 13:02:31 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f9476ff7637e |
---|---|
1 prefix=@prefix@ | |
2 exec_prefix=@exec_prefix@ | |
3 libdir=@libdir@ | |
4 includedir=@includedir@ | |
5 | |
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@ |