diff options
| author | phintuka <phintuka> | 2012-03-07 08:27:40 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2012-03-07 08:27:40 +0000 |
| commit | e44930b4b2c9ab57f4945960fc868b473e1273c9 (patch) | |
| tree | 6c9787f55df8ceefa549a584fa24dfd1a7204d8f /Makefile | |
| parent | 180ebcd383df6c3a846dc839351cef078f7c966f (diff) | |
| download | xineliboutput-e44930b4b2c9ab57f4945960fc868b473e1273c9.tar.gz xineliboutput-e44930b4b2c9ab57f4945960fc868b473e1273c9.tar.bz2 | |
Added hook for video frame drawing.
This will be used with automatic video mode switching.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 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.107 2012-01-10 19:52:41 phintuka Exp $ +# $Id: Makefile,v 1.108 2012-03-07 08:27:40 phintuka Exp $ # # The official name of this plugin. @@ -218,6 +218,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/vo_lastpts.o \ + xine/vo_frameoutput.o \ tools/rle.o OBJS_FE = $(OBJS_FE_SO) tools/vdrdiscovery.o xine_frontend_main.o xine_frontend_lirc.o xine_frontend_kbd.o |
