From fddcc3447c6c4c1d425f311825368248e688cb2a Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 22 Oct 2011 22:19:54 +0200 Subject: [PATCH] Fix build for Clang. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66d899b65b..01bc4fbbdb 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ endif ifeq ($(HAVE_XVIDEO), 1) OBJ += gfx/xvideo.o input/x11_input.o - LIBS += $(XVIDEO_LIBS) + LIBS += $(XVIDEO_LIBS) -lX11 -lXext DEFINES += $(XVIDEO_CFLAGS) endif