[MPlayer-cvslog] r30064 - trunk/Makefile

reimar subversion at mplayerhq.hu
Sat Dec 19 14:46:34 CET 2009


Author: reimar
Date: Sat Dec 19 14:46:34 2009
New Revision: 30064

Log:
Add x11_common as dependency for OpenGL with X11 backend.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Sat Dec 19 11:52:32 2009	(r30063)
+++ trunk/Makefile	Sat Dec 19 14:46:34 2009	(r30064)
@@ -544,6 +544,7 @@ SRCS_MPLAYER-$(GGI)          += libvo/vo
 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 \


More information about the MPlayer-cvslog mailing list