# HG changeset patch # User reimar # Date 1261230394 0 # Node ID d6a9eeff0125663ecaa03534f4d9be324c9ee0cb # Parent 7f09bc7a42790c6a2c322b736e2ab65450abe028 Add x11_common as dependency for OpenGL with X11 backend. diff -r 7f09bc7a4279 -r d6a9eeff0125 Makefile --- a/Makefile Sat Dec 19 10:52:32 2009 +0000 +++ b/Makefile Sat Dec 19 13:46:34 2009 +0000 @@ -544,6 +544,7 @@ SRCS_MPLAYER-$(GIF) += libvo/vo_gif89a.c SRCS_MPLAYER-$(GL) += libvo/gl_common.c libvo/vo_gl.c libvo/vo_gl2.c SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c +SRCS_MPLAYER-$(GL_X11) += libvo/x11_common.c SRCS_MPLAYER-$(GUI) += gui/bitmap.c SRCS_MPLAYER-$(GUI_GTK) += gui/app.c \ gui/cfg.c \