summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-03 18:25:41 +0200
committerwm4 <wm4@nowhere>2012-10-16 07:26:31 +0200
commitcadff3eec75bdd81fb0d18cd0ac029faa3c318d2 (patch)
treec48914d7a76984db394117c364b8660088181c41 /Makefile
parent8f8f6e6d9d27eef37640b363214a775647a0f2f4 (diff)
downloadmpv-cadff3eec75bdd81fb0d18cd0ac029faa3c318d2.tar.bz2
mpv-cadff3eec75bdd81fb0d18cd0ac029faa3c318d2.tar.xz
vo_gl3: move OSD code to gl_osd.c
Other OpenGL-using VOs can use this. gl_osd.c includes some code for vo_gl.c. The next commit actually makes use of it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27aa1997dd..9c782e27fe 100644
--- a/Makefile
+++ b/Makefile
@@ -284,7 +284,7 @@ SRCS_MPLAYER-$(COREAUDIO) += libao2/ao_coreaudio.c
SRCS_MPLAYER-$(COREVIDEO) += libvo/vo_corevideo.m
SRCS_MPLAYER-$(DIRECT3D) += libvo/vo_direct3d.c libvo/w32_common.c
SRCS_MPLAYER-$(GL) += libvo/gl_common.c libvo/vo_gl.c libvo/vo_gl3.c \
- pnm_loader.c
+ pnm_loader.c libvo/gl_osd.c
SRCS_MPLAYER-$(ENCODING) += libvo/vo_lavc.c libao2/ao_lavc.c encode_lavc.c
SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c
SRCS_MPLAYER-$(GL_X11) += libvo/x11_common.c