It sort of works now. Pause button works, and shows album art locally and via https. Amazing.
This commit is contained in:
parent
a68b76fed6
commit
1cfb148453
4 changed files with 189 additions and 65 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue