Mercurial > mplayer.hg
comparison Makefile @ 30022:d6a9eeff0125
Add x11_common as dependency for OpenGL with X11 backend.
author | reimar |
---|---|
date | Sat, 19 Dec 2009 13:46:34 +0000 |
parents | 1752ec1e845a |
children | b7b76236691d |
comparison
equal
deleted
inserted
replaced
30021:7f09bc7a4279 | 30022:d6a9eeff0125 |
---|---|
542 SRCS_MPLAYER-$(FBDEV) += libvo/vo_fbdev.c libvo/vo_fbdev2.c | 542 SRCS_MPLAYER-$(FBDEV) += libvo/vo_fbdev.c libvo/vo_fbdev2.c |
543 SRCS_MPLAYER-$(GGI) += libvo/vo_ggi.c | 543 SRCS_MPLAYER-$(GGI) += libvo/vo_ggi.c |
544 SRCS_MPLAYER-$(GIF) += libvo/vo_gif89a.c | 544 SRCS_MPLAYER-$(GIF) += libvo/vo_gif89a.c |
545 SRCS_MPLAYER-$(GL) += libvo/gl_common.c libvo/vo_gl.c libvo/vo_gl2.c | 545 SRCS_MPLAYER-$(GL) += libvo/gl_common.c libvo/vo_gl.c libvo/vo_gl2.c |
546 SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c | 546 SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c |
547 SRCS_MPLAYER-$(GL_X11) += libvo/x11_common.c | |
547 SRCS_MPLAYER-$(GUI) += gui/bitmap.c | 548 SRCS_MPLAYER-$(GUI) += gui/bitmap.c |
548 SRCS_MPLAYER-$(GUI_GTK) += gui/app.c \ | 549 SRCS_MPLAYER-$(GUI_GTK) += gui/app.c \ |
549 gui/cfg.c \ | 550 gui/cfg.c \ |
550 gui/interface.c \ | 551 gui/interface.c \ |
551 gui/mplayer/gui_common.c \ | 552 gui/mplayer/gui_common.c \ |