summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorcigaes <cigaes@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-10-18 20:44:04 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:18:37 +0200
commitce9fcc0730882e7f8d669e1b1bd7efbdfc998246 (patch)
treef4204925f495c7542593fb92ac6e4e2dd7c34f66 /Makefile
parentc640b92bdd2624fba3dbc9fc421391f4739c7c93 (diff)
downloadmpv-ce9fcc0730882e7f8d669e1b1bd7efbdfc998246.tar.bz2
mpv-ce9fcc0730882e7f8d669e1b1bd7efbdfc998246.tar.xz
vo_gl: Move the read_pnm function into a separate file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32513 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf6da0788a..71a28f6c45 100644
--- a/Makefile
+++ b/Makefile
@@ -538,7 +538,8 @@ SRCS_MPLAYER-$(FFMPEG) += libvo/vo_png.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 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