summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorMikhail Burakov <mburakov@mailbox.org>2023-03-20 14:22:24 +0100
committerMikhail Burakov <mburakov@mailbox.org>2023-03-20 14:23:20 +0100
commita713ad91307a14635daf20f6bfd5dbddf373010b (patch)
tree870b8724672ff2644881816e90ca23429167cd90 /makefile
parent88573d1d0a4f89807bab33a45dea0658e37c1af0 (diff)
Preparing for compute-based colorspace conversioncompute
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/makefile b/makefile
index 5c5dd12..22f82a1 100644
--- a/makefile
+++ b/makefile
@@ -12,9 +12,7 @@ libs:=\
libva
res:=\
- vertex.glsl \
- luma.glsl \
- chroma.glsl
+ compute.glsl
#CFLAGS+=-DUSE_EGL_MESA_PLATFORM_SURFACELESS
CFLAGS+=$(shell pkg-config --cflags $(libs))