AudioStreamer/AudioStreamer/native/osx/openal-soft/lib/pkgconfig/openal.pc

12 lines
273 B
PkgConfig
Raw Normal View History

2017-10-20 23:30:31 +02:00
prefix=native/osx/openal-soft
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenAL
Description: OpenAL is a cross-platform 3D audio API
Requires:
Version: 1.17.2
Libs: -L${libdir} -lopenal
Cflags: -I${includedir} -I${includedir}/AL