summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-07-16 21:48:38 +0000
committerphintuka <phintuka>2008-07-16 21:48:38 +0000
commit99cc5d124d6b2be4aa1de19ff7dfa2977a9c2648 (patch)
tree4edd2d453ec82bd61240f120943426e33e42f337
parent297d2145abf2ec345d75426982947e06b25501e6 (diff)
downloadxineliboutput-99cc5d124d6b2be4aa1de19ff7dfa2977a9c2648.tar.gz
xineliboutput-99cc5d124d6b2be4aa1de19ff7dfa2977a9c2648.tar.bz2
Fixed calling frontend xine_open
(now using function pointer)
-rw-r--r--xine_frontend_main.c4
1 files 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);