Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
32426:fbee56276c87 | 32427:58232aeb3fdd |
---|---|
547 SRCS_MPLAYER-$(FBDEV) += libvo/vo_fbdev.c libvo/vo_fbdev2.c | 547 SRCS_MPLAYER-$(FBDEV) += libvo/vo_fbdev.c libvo/vo_fbdev2.c |
548 SRCS_MPLAYER-$(FFMPEG) += libvo/vo_png.c | 548 SRCS_MPLAYER-$(FFMPEG) += libvo/vo_png.c |
549 SRCS_MPLAYER-$(GGI) += libvo/vo_ggi.c | 549 SRCS_MPLAYER-$(GGI) += libvo/vo_ggi.c |
550 SRCS_MPLAYER-$(GIF) += libvo/vo_gif89a.c | 550 SRCS_MPLAYER-$(GIF) += libvo/vo_gif89a.c |
551 SRCS_MPLAYER-$(GL) += libvo/gl_common.c libvo/vo_gl.c \ | 551 SRCS_MPLAYER-$(GL) += libvo/gl_common.c libvo/vo_gl.c \ |
552 libvo/vo_gl2.c libvo/csputils.c | 552 libvo/vo_gl2.c libvo/csputils.c \ |
553 pnm_loader.c | |
553 SRCS_MPLAYER-$(GL_SDL) += libvo/sdl_common.c | 554 SRCS_MPLAYER-$(GL_SDL) += libvo/sdl_common.c |
554 SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c | 555 SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c |
555 SRCS_MPLAYER-$(GL_X11) += libvo/x11_common.c | 556 SRCS_MPLAYER-$(GL_X11) += libvo/x11_common.c |
556 SRCS_MPLAYER-$(MATRIXVIEW) += libvo/vo_matrixview.c libvo/matrixview.c | 557 SRCS_MPLAYER-$(MATRIXVIEW) += libvo/vo_matrixview.c libvo/matrixview.c |
557 SRCS_MPLAYER-$(GUI) += gui/bitmap.c | 558 SRCS_MPLAYER-$(GUI) += gui/bitmap.c |