Mercurial > mplayer.hg
comparison Makefile @ 35089:a87c434ecaa3
Allow compiling -vo gl with OSX backend even if X11 and SDL are not available.
author | reimar |
---|---|
date | Thu, 13 Sep 2012 19:57:24 +0000 |
parents | 8848682f4035 |
children | 46134abbcaea |
comparison
equal
deleted
inserted
replaced
35088:8287c476bf53 | 35089:a87c434ecaa3 |
---|---|
516 SRCS_MPLAYER-$(FFMPEG) += libvo/vo_png.c | 516 SRCS_MPLAYER-$(FFMPEG) += libvo/vo_png.c |
517 SRCS_MPLAYER-$(GGI) += libvo/vo_ggi.c | 517 SRCS_MPLAYER-$(GGI) += libvo/vo_ggi.c |
518 SRCS_MPLAYER-$(GIF) += libvo/vo_gif89a.c | 518 SRCS_MPLAYER-$(GIF) += libvo/vo_gif89a.c |
519 SRCS_MPLAYER-$(GL) += libvo/gl_common.c libvo/vo_gl.c \ | 519 SRCS_MPLAYER-$(GL) += libvo/gl_common.c libvo/vo_gl.c \ |
520 libvo/csputils.c | 520 libvo/csputils.c |
521 SRCS_MPLAYER-$(GL_OSX) += libvo/osx_common.c libvo/osx_objc_common.m | |
521 SRCS_MPLAYER-$(GL_SDL) += libvo/sdl_common.c | 522 SRCS_MPLAYER-$(GL_SDL) += libvo/sdl_common.c |
522 SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c libvo/vo_gl_tiled.c | 523 SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c libvo/vo_gl_tiled.c |
523 SRCS_MPLAYER-$(GL_X11) += libvo/x11_common.c libvo/vo_gl_tiled.c | 524 SRCS_MPLAYER-$(GL_X11) += libvo/x11_common.c libvo/vo_gl_tiled.c |
524 SRCS_MPLAYER-$(MATRIXVIEW) += libvo/vo_matrixview.c libvo/matrixview.c | 525 SRCS_MPLAYER-$(MATRIXVIEW) += libvo/vo_matrixview.c libvo/matrixview.c |
525 SRCS_MPLAYER-$(GUI) += gui/util/bitmap.c \ | 526 SRCS_MPLAYER-$(GUI) += gui/util/bitmap.c \ |