diff options
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)) |