summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-12-06 16:17:18 +0000
committerphintuka <phintuka>2008-12-06 16:17:18 +0000
commit96cab1a317898705bcb79e1e5c3b0e78e7ee9bc9 (patch)
tree89c32bc659d82441c7cecaa88412d56c222f3d36 /Makefile
parent2a0c000924fa3863ce398147d34fbe57d0fdb28e (diff)
downloadxineliboutput-96cab1a317898705bcb79e1e5c3b0e78e7ee9bc9.tar.gz
xineliboutput-96cab1a317898705bcb79e1e5c3b0e78e7ee9bc9.tar.bz2
Moved OSD code from xine_input_vdr.c to xine/osd_manager.[hc]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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