changeset 30022:d6a9eeff0125

Add x11_common as dependency for OpenGL with X11 backend.
author reimar
date Sat, 19 Dec 2009 13:46:34 +0000
parents 7f09bc7a4279
children b7a703cf9178
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 \