slyrus / opticl

An image processing library for Common Lisp
Other
182 stars 35 forks source link

Fix jpeg.lisp compilation #40

Closed tdrhq closed 2 years ago

tdrhq commented 2 years ago

In the #. expansion in read-jpeg-stream, we need these variables to be ready at compile at time. Happens on Lispworks. SBCL seems to be not complaining about this.

slyrus commented 2 years ago

Should be fixed now. Thanks!