add mpv demo
This commit is contained in:
3
Makefile
3
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user