diff options
author | phintuka <phintuka> | 2010-01-26 11:38:10 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-01-26 11:38:10 +0000 |
commit | b74a03977264086275b125a88525b93f1d52de1c (patch) | |
tree | f9f5a35ac4631b20fe2cb7e4107e448ed8e68fdb | |
parent | 73b32a643c2ce3a35435a50a4a67eb946c79a25b (diff) | |
download | xineliboutput-b74a03977264086275b125a88525b93f1d52de1c.tar.gz xineliboutput-b74a03977264086275b125a88525b93f1d52de1c.tar.bz2 |
Added xine/vo_lastpts.o to frontends
-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 |