From d339ca35991b36526789209866a97b4716591055 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Wed, 16 May 2018 18:14:08 +1000 Subject: [PATCH] [client] remove dependencies on libva until h264 is ready --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index 4c6809b2..f53b8965 100644 --- a/client/Makefile +++ b/client/Makefile @@ -7,7 +7,7 @@ CFLAGS += -fdata-sections -ffunction-sections LDFLAGS += -Wl,--gc-sections CFLAGS += -Wfatal-errors -LIBS = sdl2 SDL2_ttf gl glu libssl openssl spice-protocol fontconfig x11 libconfig libva libva-glx +LIBS = sdl2 SDL2_ttf gl glu libssl openssl spice-protocol fontconfig x11 libconfig CFLAGS += $(shell pkg-config --cflags $(LIBS)) LDFLAGS += $(shell pkg-config --libs $(LIBS)) BUILD ?= .build