From 57ea866cf32e9558aa58f536398c551965c3a4b8 Mon Sep 17 00:00:00 2001 From: dyknon Date: Sun, 18 Jan 2026 06:07:19 +0900 Subject: Add jpeg decoding code. It works on twitch now. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3