From 8cbf8023cafdb6bbca06ceacc8169fd7e82563c4 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 28 Oct 2017 17:38:27 +1000 Subject: [PATCH] Small documentation updates. --- mini_al.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mini_al.h b/mini_al.h index d11c9e0f..761a456c 100644 --- a/mini_al.h +++ b/mini_al.h @@ -55,10 +55,10 @@ // // Building (Linux) // ---------------- -// The Linux build uses ALSA for it's backend so you will need to install the relevant ALSA development pacakges -// for your preferred distro. It also uses pthreads. +// The Linux build uses ALSA for it's backend so you will need to install the relevant ALSA development packages +// for your preferred distro. It also uses pthreads, but you should not need to explicitly link to -lpthread. // -// Linking: -lasound -lpthread -ldl +// Linking: -lasound -ldl // // // Playback Example @@ -9256,6 +9256,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) // - Added support for OSS which enables support on BSD platforms. // - Added support for WinMM (waveOut/waveIn). // - Added support for UWP (Universal Windows Platform) applications. Currently C++ only. +// - POSIX builds should no longer require explicit linking to libpthread (-lpthread). // - WASAPI is now the highest priority backend on Windows platforms. // - Improved error handling. //