Fix link for Clang.

This commit is contained in:
Themaister 2011-06-08 19:52:03 +02:00
parent fd70a1c875
commit 631c3ca393
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ endif
ifeq ($(HAVE_XVIDEO), 1)
OBJ += gfx/xvideo.o input/x11_input.o
LIBS += -lXv -lX11
LIBS += -lX11 -lXext -lXv
endif
ifeq ($(HAVE_CG), 1)