diff options
| author | phintuka <phintuka> | 2011-01-23 19:42:08 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2011-01-23 19:42:08 +0000 |
| commit | 7f9ae5ee0222e54abb2c7a98cedaed927f563f91 (patch) | |
| tree | 8bfde405b01b819eb58aedad091a80a7f91a8d6c /Makefile | |
| parent | b20599cb1602fdd10d769f8d047e70469ec14293 (diff) | |
| download | xineliboutput-7f9ae5ee0222e54abb2c7a98cedaed927f563f91.tar.gz xineliboutput-7f9ae5ee0222e54abb2c7a98cedaed927f563f91.tar.bz2 | |
Moved keyboard handling to xine_frontend_kbd.c
Diffstat (limited to 'Makefile')
| -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.105 2010-12-15 14:43:36 phintuka Exp $ +# $Id: Makefile,v 1.106 2011-01-23 19:42:08 phintuka Exp $ # # The official name of this plugin. @@ -219,7 +219,7 @@ OBJS_MPG = black_720x576.o nosignal_720x576.o vdrlogo_720x576.o 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 \ tools/rle.o -OBJS_FE = $(OBJS_FE_SO) tools/vdrdiscovery.o xine_frontend_main.o xine_frontend_lirc.o +OBJS_FE = $(OBJS_FE_SO) tools/vdrdiscovery.o xine_frontend_main.o xine_frontend_lirc.o xine_frontend_kbd.o OBJS_SXFE_SO = xine_sxfe_frontend.o $(OBJS_FE_SO) OBJS_SXFE = xine_sxfe_frontend.o $(OBJS_FE) |
