From 8439d0383adaee15bfd9a82a4d76db352690750e Mon Sep 17 00:00:00 2001
From: dyknon <dyknon@r5f.jp>
Date: Tue, 1 Apr 2025 21:01:08 +0900
Subject: preparing for a release.

---
 ytdl-storyboard/Makefile | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 ytdl-storyboard/Makefile

(limited to 'ytdl-storyboard/Makefile')

diff --git a/ytdl-storyboard/Makefile b/ytdl-storyboard/Makefile
deleted file mode 100644
index ae52857..0000000
--- a/ytdl-storyboard/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-LIBPKGS=libcjson libavutil libavformat libavcodec libswscale
-CFLAGS=$(shell pkg-config --cflags mpv) \
-	$(shell pkg-config --cflags $(LIBPKGS)) \
-	-pthread \
-	-fPIC -Wall -Wno-unused-variable -Wno-parentheses -Wno-unused-function
-LDFLAGS=$(shell pkg-config --libs $(LIBPKGS)) \
-	-pthread
-
-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