summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-02-16 16:19:19 +0000
committerphintuka <phintuka>2009-02-16 16:19:19 +0000
commit2b912e6e0c23d2859cd777e0c2257eb8fd566e87 (patch)
tree411d4ade3d90a6afca0b941bf47f114f2bc78a4a
parent6818a08e147223d6b17641bfe86f55697b38563a (diff)
downloadxineliboutput-2b912e6e0c23d2859cd777e0c2257eb8fd566e87.tar.gz
xineliboutput-2b912e6e0c23d2859cd777e0c2257eb8fd566e87.tar.bz2
Added object files to input plugin:
tools/ts.o tools/pes.o tools/mpeg.o tools/h264.o
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fb8210b5..b6fcf1e2 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.79 2009-02-10 15:49:17 phintuka Exp $
+# $Id: Makefile,v 1.80 2009-02-16 16:19:19 phintuka Exp $
#
# The official name of this plugin.
@@ -214,7 +214,10 @@ 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 xine/demux_xvdr.o
+OBJS_XINEINPUTVDR = xine_input_vdr.o xine/demux_xvdr.o \
+ xine/adjustable_scr.o xine/osd_manager.o \
+ tools/rle.o \
+ tools/ts.o tools/pes.o tools/mpeg.o tools/h264.o
OBJS_XINE = $(OBJS_XINEINPUTVDR) xine_post_autocrop.o xine_post_swscale.o xine_post_audiochannel.o