1
0

add mpv demo

This commit is contained in:
2023-10-19 14:58:39 +08:00
parent 52f1c7056e
commit 9c88af102f
4 changed files with 80 additions and 8 deletions

View File

@@ -26,7 +26,8 @@ CFLAGS += $(INCLUDE) -D__SWITCH__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := -lglfw3 -lEGL -lglapi -ldrm_nouveau -lm -lnx
LIBS := `$(PREFIX)pkg-config mpv --libs` \
-lglfw3 -lEGL -lglapi -ldrm_nouveau -lm -lnx
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing