From 96cab1a317898705bcb79e1e5c3b0e78e7ee9bc9 Mon Sep 17 00:00:00 2001 From: phintuka Date: Sat, 6 Dec 2008 16:17:18 +0000 Subject: Moved OSD code from xine_input_vdr.c to xine/osd_manager.[hc] --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2213ec34..e7970888 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# $Id: Makefile,v 1.76 2008-12-05 20:29:11 phintuka Exp $ +# $Id: Makefile,v 1.77 2008-12-06 16:17:18 phintuka Exp $ # # The official name of this plugin. @@ -214,7 +214,7 @@ OBJS_FBFE_SO = xine_fbfe_frontend.o $(OBJS_FE_SO) OBJS_FBFE = xine_fbfe_frontend.o $(OBJS_FE) # xine plugins -OBJS_XINEINPUTVDR = xine_input_vdr.o xine/adjustable_scr.o tools/rle.o +OBJS_XINEINPUTVDR = xine_input_vdr.o xine/adjustable_scr.o xine/osd_manager.o tools/rle.o OBJS_XINE = $(OBJS_XINEINPUTVDR) xine_post_autocrop.o xine_post_swscale.o xine_post_audiochannel.o -- cgit v1.2.3