diff options
author | phintuka <phintuka> | 2008-02-05 00:08:20 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-02-05 00:08:20 +0000 |
commit | 7fa24aeab42d8ea30932d6d77285a5b12a871e5a (patch) | |
tree | 5944d1b7bf886a3fd3dbb90912f722960b514bab | |
parent | 20c9e9f0a8552a27cf7252e5c872120f757acb9e (diff) | |
download | xineliboutput-7fa24aeab42d8ea30932d6d77285a5b12a871e5a.tar.gz xineliboutput-7fa24aeab42d8ea30932d6d77285a5b12a871e5a.tar.bz2 |
Added new object file (tools.o) to VDR 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.27 2008-01-01 07:43:10 phintuka Exp $ +# $Id: Makefile,v 1.28 2008-02-05 00:08:20 phintuka Exp $ # # The official name of this plugin. @@ -259,7 +259,7 @@ ifeq ($(XINELIBOUTPUT_VDRPLUGIN), 1) frontend_local.o frontend_svr.o \ tools/cxsocket.o tools/udp_pes_scheduler.o \ tools/backgroundwriter.o tools/playlist.o tools/http.o \ - tools/vdrdiscovery.o tools/time_pts.o + tools/vdrdiscovery.o tools/time_pts.o tools.o OBJS_MPG = black_720x576.o nosignal_720x576.o vdrlogo_720x576.o else OBJS = |