ap4y / OrigamiEngine

Lightweight audio engine for iOS and OSX with flac, cue, mp3, m4a, m3u support.
http://ap4y.github.com/OrigamiEngine/
MIT License
545 stars 117 forks source link

Engine will not compile when using as static lib on iOS #8

Closed lawicko closed 11 years ago

lawicko commented 11 years ago

It fails to compile because it doesn't see the CGFloat type. The CoreGraphics header is not imported where it should be in the ORGMOutputUnit.h

ap4y commented 11 years ago

fixed in #9