diff options
author | Mikhail Burakov <mburakov@mailbox.org> | 2023-03-20 14:22:24 +0100 |
---|---|---|
committer | Mikhail Burakov <mburakov@mailbox.org> | 2023-03-20 14:23:20 +0100 |
commit | a713ad91307a14635daf20f6bfd5dbddf373010b (patch) | |
tree | 870b8724672ff2644881816e90ca23429167cd90 /makefile | |
parent | 88573d1d0a4f89807bab33a45dea0658e37c1af0 (diff) |
Preparing for compute-based colorspace conversioncompute
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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)) |