summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-12-03 22:52:27 +0000
committerphintuka <phintuka>2008-12-03 22:52:27 +0000
commitae5eccc19a51c6dad0c8b423561fb64676448790 (patch)
treeb4dcfb6aa7e25cc3ed45dbc0445600835e2850c2
parentc57f0ea73db9b524e7f2621f8028008a3a9d038f (diff)
downloadxineliboutput-ae5eccc19a51c6dad0c8b423561fb64676448790.tar.gz
xineliboutput-ae5eccc19a51c6dad0c8b423561fb64676448790.tar.bz2
Added xine/adjustable_scr.o to xine input plugin
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 768c337c..b35e5342 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.74 2008-12-03 01:04:49 phintuka Exp $
+# $Id: Makefile,v 1.75 2008-12-03 22:52:27 phintuka Exp $
#
# The official name of this plugin.
@@ -213,7 +213,8 @@ OBJS_FBFE_SO = xine_fbfe_frontend.o $(OBJS_FE_SO)
OBJS_FBFE = xine_fbfe_frontend.o $(OBJS_FE)
# xine plugins
-OBJS_XINE = xine_input_vdr.o xine_post_autocrop.o xine_post_swscale.o xine_post_audiochannel.o
+OBJS_XINE = xine_input_vdr.o xine_post_autocrop.o xine_post_swscale.o xine_post_audiochannel.o \
+ xine/adjustable_scr.o
###
### Implicit rules:
@@ -362,8 +363,8 @@ $(VDRFBFE): $(OBJS_FBFE)
# xine plugins
#
-$(XINEINPUTVDR): xine_input_vdr.o
- $(CC) $(CFLAGS) $(LDFLAGS_SO) $(LIBS_XINE) -o $@ $<
+$(XINEINPUTVDR): xine_input_vdr.o xine/adjustable_scr.o
+ $(CC) $(CFLAGS) $(LDFLAGS_SO) $(LIBS_XINE) -o $@ xine/adjustable_scr.o $<
$(XINEPOSTAUTOCROP): xine_post_autocrop.o
$(CC) $(CFLAGS) $(LDFLAGS_SO) $(LIBS_XINE) -o $@ $<
$(XINEPOSTSWSCALE): xine_post_swscale.o