summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorMikhail Burakov <mburakov@mailbox.org>2024-08-18 14:49:44 +0200
committerMikhail Burakov <mburakov@mailbox.org>2024-09-08 14:49:06 +0200
commitb376d179dbf7645d356db52e56e7851f382d2092 (patch)
tree9cee3e426382f477962eb32d28bc43ff79ae2781 /makefile
parentd059ccf47c17519fb28e5a1dffbc156d74870e37 (diff)
Add colorspace conversion facilities to video pipeline
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
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