From 99cc5d124d6b2be4aa1de19ff7dfa2977a9c2648 Mon Sep 17 00:00:00 2001 From: phintuka Date: Wed, 16 Jul 2008 21:48:38 +0000 Subject: Fixed calling frontend xine_open (now using function pointer) --- xine_frontend_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xine_frontend_main.c b/xine_frontend_main.c index 791a3274..2395f4df 100644 --- a/xine_frontend_main.c +++ b/xine_frontend_main.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend_main.c,v 1.46 2008-06-20 11:50:53 phintuka Exp $ + * $Id: xine_frontend_main.c,v 1.47 2008-07-16 21:48:38 phintuka Exp $ * */ @@ -635,7 +635,7 @@ int main(int argc, char *argv[]) } /* Connect to VDR xineliboutput server */ - if(!fe_xine_open(fe, mrl)) { + if(!fe->xine_open(fe, mrl)) { /*print_xine_log(((fe_t *)fe)->xine);*/ if(!firsttry) { PRINTF("Error opening %s\n", mrl); -- cgit v1.2.3