summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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))