Mercurial > mplayer.hg
diff Makefile @ 30108:0898adc64a6f
Extract functions to generate yuv->rgb matrices and lookup tables into a
separate file.
author | reimar |
---|---|
date | Thu, 31 Dec 2009 18:25:35 +0000 |
parents | fb44c9cb05fa |
children | 12a49e9ca30e |
line wrap: on
line diff
--- a/Makefile Thu Dec 31 18:07:37 2009 +0000 +++ b/Makefile Thu Dec 31 18:25:35 2009 +0000 @@ -543,7 +543,7 @@ SRCS_MPLAYER-$(FBDEV) += libvo/vo_fbdev.c libvo/vo_fbdev2.c SRCS_MPLAYER-$(GGI) += libvo/vo_ggi.c 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) += libvo/gl_common.c libvo/vo_gl.c libvo/vo_gl2.c libvo/csputils.c SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c SRCS_MPLAYER-$(GL_X11) += libvo/x11_common.c SRCS_MPLAYER-$(GUI) += gui/bitmap.c