From 987314829631755e506795b4da556f06791ae4c4 Mon Sep 17 00:00:00 2001 From: dyknon Date: Mon, 31 Mar 2025 01:26:39 +0900 Subject: works when mouseover with modified osc. --- ytdl-storyboard/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ytdl-storyboard/Makefile') diff --git a/ytdl-storyboard/Makefile b/ytdl-storyboard/Makefile index dfe252d..ae52857 100644 --- a/ytdl-storyboard/Makefile +++ b/ytdl-storyboard/Makefile @@ -6,8 +6,10 @@ CFLAGS=$(shell pkg-config --cflags mpv) \ LDFLAGS=$(shell pkg-config --libs $(LIBPKGS)) \ -pthread -test: ytdl-storyboard.so +test: all mpv ytdl://ABH1Vft36aY ytdl://H9uwaNw4DRY +all: ytdl-storyboard.so + ytdl-storyboard.so: storyboard.c Makefile gcc -o $@ $(CFLAGS) $(LDFLAGS) -shared $< -- cgit v1.2.3