Mercurial > mplayer.hg
comparison configure @ 34038:422eb76aee70
stream_bluray: switch to new libbluray API
The last libbluray API change is
commit 17896a40e6ddbe12473db77549ff0207ef748a64
Date: Mon Jun 13 20:36:16 2011 +0300
previous libbluray versions are no longer supported.
author | diego |
---|---|
date | Fri, 23 Sep 2011 14:26:20 +0000 |
parents | 87cc9c910c06 |
children | 02ffd25c7733 |
comparison
equal
deleted
inserted
replaced
34037:ce4eacdd7f5a | 34038:422eb76aee70 |
---|---|
5736 | 5736 |
5737 | 5737 |
5738 echocheck "Blu-ray support" | 5738 echocheck "Blu-ray support" |
5739 if test "$_bluray" = auto ; then | 5739 if test "$_bluray" = auto ; then |
5740 _bluray=no | 5740 _bluray=no |
5741 statement_check libbluray/bluray.h 'bd_get_title_info(0, 0)' -lbluray && _bluray=yes | 5741 statement_check libbluray/bluray.h 'bd_get_title_info(0, 0, 0)' -lbluray && _bluray=yes |
5742 fi | 5742 fi |
5743 if test "$_bluray" = yes ; then | 5743 if test "$_bluray" = yes ; then |
5744 def_bluray='#define CONFIG_LIBBLURAY 1' | 5744 def_bluray='#define CONFIG_LIBBLURAY 1' |
5745 extra_ldflags="$extra_ldflags -lbluray" | 5745 extra_ldflags="$extra_ldflags -lbluray" |
5746 inputmodules="bluray $inputmodules" | 5746 inputmodules="bluray $inputmodules" |