[MPlayer-dev-eng] [PATCH] Bluray support through libbluray

Diego Biurrun diego at biurrun.de
Sun Jul 4 18:42:06 CEST 2010


On Sun, Jul 04, 2010 at 03:33:26PM +0200, Benjamin Zores wrote:
>
> Le 4 juil. 2010 à 14:57, Diego Biurrun <diego at biurrun.de> a écrit :
>
>> On Sat, Jul 03, 2010 at 10:47:56PM +0200, Benjamin Zores wrote:
>>>
>>> See attached #3 if needed.
>>>
>>> --- configure    (revision 31588)
>>> +++ configure    (working copy)
>>> @@ -6039,6 +6043,21 @@
>>>
>>> +echocheck "bluray support"
>>> +if test "$_bluray" = auto ; then
>>> +  _bluray=no
>>> +  header_check libbluray/bluray.h -lbluray && _bluray=yes
>>
>> Ah, I see that the function I implemented is already paying off :)
>
> And i may change that.
> What is the best way to check for existence of a given symbol ?

If you need to check for more than a header and a function, use a manual
check for now.

Diego



More information about the MPlayer-dev-eng mailing list