1
0

add mpv demo

This commit is contained in:
2023-11-13 15:32:23 +08:00
parent 0b55bf645c
commit 8ddfe0707a
4 changed files with 134 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ OBJS = $(SRCS:.cpp=.o)
INCLUDES := -I$(CURDIR)
CFLAGS := -g -Wall $(INCLUDES)
CXXFLAGS := $(CFLAGS) -std=c++17
LDFLAGS := `pkg-config sdl2 --libs`
LDFLAGS := `pkg-config sdl2 mpv --libs`
all: $(TARGET)