mirror of
https://github.com/DrBeef/Quake2Quest.git
synced 2024-12-11 13:10:51 +00:00
ece44600d1
removes the audio lag
11 lines
300 B
PkgConfig
11 lines
300 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: OpenAL
|
|
Description: OpenAL is a cross-platform 3D audio API
|
|
Requires: @PKG_CONFIG_REQUIRES@
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -l@LIBNAME@ @PKG_CONFIG_LIBS@
|
|
Cflags: -I${includedir} @PKG_CONFIG_CFLAGS@
|