diff options
author | Mikhail Burakov <mburakov@mailbox.org> | 2024-08-18 14:49:44 +0200 |
---|---|---|
committer | Mikhail Burakov <mburakov@mailbox.org> | 2024-09-08 14:49:06 +0200 |
commit | b376d179dbf7645d356db52e56e7851f382d2092 (patch) | |
tree | 9cee3e426382f477962eb32d28bc43ff79ae2781 /makefile | |
parent | d059ccf47c17519fb28e5a1dffbc156d74870e37 (diff) |
Add colorspace conversion facilities to video pipeline
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ src:=$(wildcard *.c) obj:=$(src:.c=.o) libs:=\ + egl \ + glesv2 \ + libdrm \ libpipewire-0.3 \ wayland-client |