projectM-visualizer / frontend-sdl-cpp

Standalone application based on libSDL that turns your desktop audio into awesome visuals. Available on most platforms supported by both libprojectM and libSDL.
GNU General Public License v3.0
66 stars 35 forks source link

Add version check for buggy Poco libraries. #68

Closed kblaschke closed 10 months ago

kblaschke commented 10 months ago

Since the application will crash due to either heap corruption or double-free issues, it won't make much sense to allow people to compile it against affected versions.

kblaschke commented 10 months ago

Ah, need to add git submodule init/update to the Actions workflow...