diff options
| author | phintuka <phintuka> | 2008-12-18 14:06:18 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2008-12-18 14:06:18 +0000 |
| commit | 5eb7a719b0c1e3b02fb921f648c1dcbac6aee0eb (patch) | |
| tree | 6f3c8f7a7f33b9e89cc7c1da81f8854139ae760e | |
| parent | 6db0823c147a86f92e4b273d88f343f73cb9c18e (diff) | |
| download | xineliboutput-5eb7a719b0c1e3b02fb921f648c1dcbac6aee0eb.tar.gz xineliboutput-5eb7a719b0c1e3b02fb921f648c1dcbac6aee0eb.tar.bz2 | |
Added xine/vo_hook.o and xine/vo_osdscaler.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.77 2008-12-06 16:17:18 phintuka Exp $ +# $Id: Makefile,v 1.78 2008-12-18 14:06:18 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/post.o xine/vo_hook.o xine/vo_osdscaler.o \ tools/rle.o OBJS_FE = $(OBJS_FE_SO) tools/vdrdiscovery.o xine_frontend_main.o xine_frontend_lirc.o |
