From 10efda3b37d9d8f08f097ce335b2f5b1c25dac72 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Sun, 10 Jul 2011 11:21:35 +0300 Subject: stream_bluray: switch to new libbluray API Switch to new libbluray API with three parameters to bd_get_title_info(). libbluray versions using the old API are no longer supported. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 17d267a708..5cbb083c28 100755 --- a/configure +++ b/configure @@ -5203,7 +5203,7 @@ echores "$_vcd" echocheck "Blu-ray support" if test "$_bluray" = auto ; then _bluray=no - statement_check libbluray/bluray.h 'bd_get_title_info(0, 0)' -lbluray && _bluray=yes + statement_check libbluray/bluray.h 'bd_get_title_info(0, 0, 0)' -lbluray && _bluray=yes fi if test "$_bluray" = yes ; then def_bluray='#define CONFIG_LIBBLURAY 1' -- cgit v1.2.3