diff options
-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.86 2009-06-02 08:49:32 phintuka Exp $ +# $Id: Makefile,v 1.87 2010-01-26 11:38:10 phintuka Exp $ # # The official name of this plugin. @@ -204,7 +204,7 @@ OBJS_MPG = black_720x576.o nosignal_720x576.o vdrlogo_720x576.o # frontends OBJS_FE_SO = xine_frontend.o logdefs.o \ - xine/post.o xine/vo_hook.o xine/vo_osdscaler.o xine/vo_osdreorder.o \ + xine/post.o xine/vo_hook.o xine/vo_osdscaler.o xine/vo_osdreorder.o xine/vo_lastpts.o \ tools/rle.o OBJS_FE = $(OBJS_FE_SO) tools/vdrdiscovery.o xine_frontend_main.o xine_frontend_lirc.o |