From a92f87d9494914a8be8d99facbb168c654fdf558 Mon Sep 17 00:00:00 2001 From: phintuka Date: Fri, 10 Dec 2010 10:43:18 +0000 Subject: Updated to build against latest libbluray git snapshot --- xine/BluRay/input_bluray.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xine/BluRay/input_bluray.c b/xine/BluRay/input_bluray.c index df91fade..cc9946a6 100644 --- a/xine/BluRay/input_bluray.c +++ b/xine/BluRay/input_bluray.c @@ -22,7 +22,7 @@ * Input plugin for BluRay discs / images * * Requires libbluray from git://git.videolan.org/libbluray.git - * Tested with revision 2010-08-02 + * Tested with revision 2010-12-10 10:00 UTC * */ @@ -428,7 +428,7 @@ static void handle_events(bluray_input_plugin_t *this) switch (event->type) { - case XINE_EVENT_INPUT_MENU1: bd_menu_call(this->bdh); break; + case XINE_EVENT_INPUT_MENU1: bd_menu_call(this->bdh, pts); break; case XINE_EVENT_INPUT_MENU2: bd_user_input(this->bdh, pts, BD_VK_POPUP); break; case XINE_EVENT_INPUT_UP: bd_user_input(this->bdh, pts, BD_VK_UP); break; case XINE_EVENT_INPUT_DOWN: bd_user_input(this->bdh, pts, BD_VK_DOWN); break; -- cgit v1.2.3