summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@mplayer2.org>2011-10-27 12:07:10 +0200
committerwm4 <wm4@mplayer2.org>2011-12-25 20:42:18 +0100
commit4010dd0b1a27e399606299b428d1f9bc645cf8fd (patch)
tree3879f9de57faafe4216cafa75a5d920d65858c46 /Makefile
parent827faa38436f55fbb15b7dce4abcc5c6608a428b (diff)
downloadmpv-4010dd0b1a27e399606299b428d1f9bc645cf8fd.tar.bz2
mpv-4010dd0b1a27e399606299b428d1f9bc645cf8fd.tar.xz
libvo, vo_vdpau: make the EOSD packer code from vo_vdpau generic
The code in eosd_packer.c/.h is taken from vo_vdpau.c and has been made independent from vdpau API specifics. This allows other VOs, which need to pack the small EOSD images into a large surface for efficiency, to use this code.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8cb43cb50a..2b8ae28d20 100644
--- a/Makefile
+++ b/Makefile
@@ -405,6 +405,7 @@ SRCS_COMMON = asxparser.c \
libmpdemux/yuv4mpeg.c \
libmpdemux/yuv4mpeg_ratio.c \
libvo/osd.c \
+ libvo/eosd_packer.c \
osdep/numcores.c \
osdep/$(GETCH) \
osdep/$(TIMER) \