summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-02-10 15:49:17 +0000
committerphintuka <phintuka>2009-02-10 15:49:17 +0000
commitdd2bb40d64a82e049e6cf527f68a41eb68b9b727 (patch)
tree96b838fe5ec4a7e67b2a2bdd517f1655fd71f4b0
parentb75cec447646f7db171ecdc451df6ff06e3a0729 (diff)
downloadxineliboutput-dd2bb40d64a82e049e6cf527f68a41eb68b9b727.tar.gz
xineliboutput-dd2bb40d64a82e049e6cf527f68a41eb68b9b727.tar.bz2
Added demuxer:
Compile xine/demux_xvdr.o Added xine/demux_xvdr.o to input plugin (both are useless alone).
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c62fd6e9..fb8210b5 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.78 2008-12-18 14:06:18 phintuka Exp $
+# $Id: Makefile,v 1.79 2009-02-10 15:49:17 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 xine/osd_manager.o tools/rle.o
+OBJS_XINEINPUTVDR = xine_input_vdr.o xine/adjustable_scr.o xine/osd_manager.o tools/rle.o xine/demux_xvdr.o
OBJS_XINE = $(OBJS_XINEINPUTVDR) xine_post_autocrop.o xine_post_swscale.o xine_post_audiochannel.o