summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordyknon dyknonr5fjp2026-01-18 06:07:19 +0900
committerdyknon dyknonr5fjp2026-01-18 06:07:19 +0900
commit57ea866cf32e9558aa58f536398c551965c3a4b8 (patch)
treeb6b839d0e822b9948de084483797f24f6054b00c /Makefile
parent7f3c4d52fead36d78c36fd99e2c8b92d0838f2db (diff)
Add jpeg decoding code. It works on twitch now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dbb91e4..f56d9f1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-LIBPKGS=libcjson libcurl libwebp
+LIBPKGS=libcjson libcurl libwebp libjpeg
CFLAGS=$(shell pkg-config --cflags mpv) \
$(shell pkg-config --cflags $(LIBPKGS)) \
-pthread \