add mpv demo
This commit is contained in:
4
Makefile
4
Makefile
@@ -12,7 +12,7 @@ include $(DEVKITPRO)/libnx/switch_rules
|
||||
#---------------------------------------------------------------------------------
|
||||
TARGET := xPlayer
|
||||
BUILD := build
|
||||
SRCS := src imgui
|
||||
SRCS := src
|
||||
DATA := data
|
||||
#ROMFS := romfs
|
||||
|
||||
@@ -25,7 +25,7 @@ CFLAGS += $(INCLUDE) -D__SWITCH__
|
||||
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -DIMGUI_IMPL_OPENGL_LOADER_CUSTOM
|
||||
ASFLAGS := -g $(ARCH)
|
||||
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
|
||||
LIBS := `$(PREFIX)pkg-config sdl2 --libs`
|
||||
LIBS := `$(PREFIX)pkg-config sdl2 mpv --libs` -lnx
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# list of directories containing libraries, this must be the top level containing
|
||||
|
||||
Reference in New Issue
Block a user