diff options
author | phintuka <phintuka> | 2008-05-07 13:27:15 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-05-07 13:27:15 +0000 |
commit | fd541a7bae9981c0e17fbeb986e29dbcad68b45b (patch) | |
tree | 7bd015e02eae21f29442b6af2e6e8ba467759c59 /Makefile | |
parent | 2665d73ede11d161e222546ac97226ef6e358bc5 (diff) | |
download | xineliboutput-1_0_1.tar.gz xineliboutput-1_0_1.tar.bz2 |
Added metainfo menuxineliboutput-1_0_1
(Patch from Petri Helin)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 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.37 2008-04-23 07:11:20 phintuka Exp $ +# $Id: Makefile,v 1.38 2008-05-07 13:27:15 phintuka Exp $ # # The official name of this plugin. @@ -317,7 +317,8 @@ 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.o + tools/vdrdiscovery.o tools/time_pts.o tools.o \ + tools/metainfo_menu.o OBJS_MPG = black_720x576.o nosignal_720x576.o vdrlogo_720x576.o else OBJS = |