Cover art handling: significantly reduce memory usage. fixes #93

This commit is contained in:
emeric
2020-10-12 13:30:34 +02:00
parent f6736bb919
commit e79dae48d1
21 changed files with 440 additions and 273 deletions
+1
View File
@@ -1,5 +1,6 @@
add_library(lmscover SHARED
impl/CoverArt.cpp
impl/CoverArtGrabber.cpp
impl/Image.cpp
)