diff options
author | phintuka <phintuka> | 2009-02-23 22:16:53 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-02-23 22:16:53 +0000 |
commit | 5531c40d8ae9f133e370cfbfc6fa1776b797d532 (patch) | |
tree | 50c3c697a7da7f67d8d251427c39a9d50ba005ec | |
parent | c5e110f77930716cad535f8029e43855cd335e08 (diff) | |
download | xineliboutput-5531c40d8ae9f133e370cfbfc6fa1776b797d532.tar.gz xineliboutput-5531c40d8ae9f133e370cfbfc6fa1776b797d532.tar.bz2 |
Added xine/ts2es.o to input/demux plugin
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# $Id: Makefile,v 1.82 2009-02-17 17:21:49 phintuka Exp $ +# $Id: Makefile,v 1.83 2009-02-23 22:16:53 phintuka Exp $ # # The official name of this plugin. @@ -221,6 +221,7 @@ endif # xine plugins OBJS_XINEINPUTVDR = xine_input_vdr.o xine/demux_xvdr.o \ xine/adjustable_scr.o xine/osd_manager.o \ + xine/ts2es.o \ tools/rle.o \ tools/ts.o tools/pes.o tools/mpeg.o tools/h264.o |