From 4010dd0b1a27e399606299b428d1f9bc645cf8fd Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 27 Oct 2011 12:07:10 +0200 Subject: 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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) \ -- cgit v1.2.3