Fix build for Clang.

This commit is contained in:
Themaister 2011-10-22 22:19:54 +02:00
parent 70e9f084b7
commit fddcc3447c

View File

@ -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