ahefner / mixalot

Loosely-coupled collection of audio libraries in Common Lisp

Home Page:http://vintage-digital.com/hefner/software/mixalot/mixalot.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mixalot-flac uses deprecated struct types

slyrus opened this issue · comments

At some point, CFFI deprecated the use of bare references to struct types and now we get a STYLE-WARNING when accessing flac-metadata.

Hmm, can't reproduce. Maybe Quicklisp is using a really old CFFI?

On Sat, Mar 22, 2014 at 1:03 PM, slyrus notifications@github.com wrote:

At some point, CFFI deprecated the use of bare references to struct types
and now we get a STYLE-WARNING when accessing flac-metadata.


Reply to this email directly or view it on GitHub
#4.

Okay, I see the issue now. There were a bunch of these warnings all over (mpg123, FLAC, and Ogg). Hopefully I've fixed them all.