diff options
| author | phintuka <phintuka> | 2009-02-24 19:51:19 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2009-02-24 19:51:19 +0000 |
| commit | b5248b7096c4da41f969c2a49600fb770e820a3d (patch) | |
| tree | 9ab7b3dc64abeb5a83d5b9fa0a66b136defd8458 | |
| parent | e0d76ee87fe5475b519b23954402ef458c23f774 (diff) | |
| download | xineliboutput-b5248b7096c4da41f969c2a49600fb770e820a3d.tar.gz xineliboutput-b5248b7096c4da41f969c2a49600fb770e820a3d.tar.bz2 | |
Added xine/demux_xvdr_tsdata.o to input/demux plugin
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 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.83 2009-02-23 22:16:53 phintuka Exp $ +# $Id: Makefile,v 1.84 2009-02-24 19:51:19 phintuka Exp $ # # The official name of this plugin. @@ -221,7 +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 \ + xine/ts2es.o xine/demux_xvdr_tsdata.o \ tools/rle.o \ tools/ts.o tools/pes.o tools/mpeg.o tools/h264.o |
