From b376d179dbf7645d356db52e56e7851f382d2092 Mon Sep 17 00:00:00 2001 From: Mikhail Burakov Date: Sun, 18 Aug 2024 14:49:44 +0200 Subject: Add colorspace conversion facilities to video pipeline --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 6f46d1b..79b2b81 100644 --- a/makefile +++ b/makefile @@ -3,6 +3,9 @@ src:=$(wildcard *.c) obj:=$(src:.c=.o) libs:=\ + egl \ + glesv2 \ + libdrm \ libpipewire-0.3 \ wayland-client -- cgit v1.2.3