Mercurial > mplayer.hg
diff Makefile @ 32427:58232aeb3fdd
Move the read_pnm function into a separate file.
author | cigaes |
---|---|
date | Mon, 18 Oct 2010 20:44:04 +0000 |
parents | 55ed87302666 |
children | 1a9b4cb4ba01 |
line wrap: on
line diff
--- a/Makefile Mon Oct 18 20:27:07 2010 +0000 +++ b/Makefile Mon Oct 18 20:44:04 2010 +0000 @@ -549,7 +549,8 @@ 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 libvo/csputils.c + libvo/vo_gl2.c libvo/csputils.c \ + pnm_loader.c SRCS_MPLAYER-$(GL_SDL) += libvo/sdl_common.c SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c SRCS_MPLAYER-$(GL_X11) += libvo/x11_common.c