On Sat, Apr 16, 2016 at 04:39:22PM -0400, Wolfgang Corcoran-Mathe wrote: > Hi all, > > I have been working on a CLI player for FLAC[0] audio files intended > as a replacement for the old and crufty flac123[1]. It is about 230 > SLOC and includes the minimum amount of FLAC insanity necessary to > play music. > > > ## Repo > > git://git.sigwinch.xyz/flao.git
Nice! Consider adding -I/usr/local/include and -L/usr/local/lib to INCS and LIBS respectively. This allows it to compile on BSD as well.