diff options
author | phintuka <phintuka> | 2006-12-31 23:08:38 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-12-31 23:08:38 +0000 |
commit | 389abcc9e05d1a7166489469fc6c28d8b343b39c (patch) | |
tree | b47e3e780434f5f4440748ade5da067e058c7abb | |
parent | 60ff4dc6f8344053c8c0d44163b42bd1fece1257 (diff) | |
download | xineliboutput-389abcc9e05d1a7166489469fc6c28d8b343b39c.tar.gz xineliboutput-389abcc9e05d1a7166489469fc6c28d8b343b39c.tar.bz2 |
Added tools/http.o
-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.15 2006-12-24 17:07:35 phintuka Exp $ +# $Id: Makefile,v 1.16 2006-12-31 23:08:38 phintuka Exp $ # # The official name of this plugin. @@ -223,7 +223,7 @@ ifeq ($(XINELIBOUTPUT_VDRPLUGIN), 1) i18n.o menuitems.o media_player.o equalizer.o \ frontend_local.o frontend_svr.o \ tools/cxsocket.o tools/udp_pes_scheduler.o \ - tools/backgroundwriter.o tools/playlist.o + tools/backgroundwriter.o tools/playlist.o tools/http.o OBJS_MPG = black_720x576.o nosignal_720x576.o vdrlogo_720x576.o else OBJS = |