diff --git a/Makefile b/Makefile index 338b568e13..1289d7f6d9 100644 --- a/Makefile +++ b/Makefile @@ -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)