It sort of works now. Pause button works, and shows album art locally and via https. Amazing.

This commit is contained in:
IXtreme 2024-12-21 22:36:12 -05:00
parent a68b76fed6
commit 1cfb148453
4 changed files with 189 additions and 65 deletions

View file

@ -25,7 +25,7 @@ LDFLAGS = -g
LDLIBS += -L lib/
#LDLIBS += -L lib_web/
LD_DYNAMIC_LIBS = -lraylib -lsdbus-c++ -lmagic #only enable if dynamic mode
LD_DYNAMIC_LIBS = -lraylib -lsdbus-c++ -lmagic -lcurl #only enable if dynamic mode
LD_STATIC_LIBS = -l:libraylib.a #only enable if static mode
EXTRA_DIRS = $(OBJ_DIR)/rlImGui