Mercurial > mplayer.hg
diff Makefile @ 36223:95be7d60ca9b
gl_tiled vo can be compiled and work on OSX as well.
author | reimar |
---|---|
date | Sun, 09 Jun 2013 21:26:09 +0000 |
parents | 7425021012b4 |
children | c6843e5bf166 |
line wrap: on
line diff
--- a/Makefile Sun Jun 09 18:33:24 2013 +0000 +++ b/Makefile Sun Jun 09 21:26:09 2013 +0000 @@ -494,7 +494,7 @@ SRCS_MPLAYER-$(GIF) += libvo/vo_gif89a.c SRCS_MPLAYER-$(GL) += libvo/gl_common.c libvo/vo_gl.c \ libvo/csputils.c -SRCS_MPLAYER-$(GL_OSX) += libvo/osx_common.c libvo/osx_objc_common.m +SRCS_MPLAYER-$(GL_OSX) += libvo/osx_common.c libvo/osx_objc_common.m libvo/vo_gl_tiled.c SRCS_MPLAYER-$(GL_SDL) += libvo/sdl_common.c SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c libvo/vo_gl_tiled.c SRCS_MPLAYER-$(GL_X11) += libvo/x11_common.c libvo/vo_gl_tiled.c