[vlc-devel] [PATCH] udev discovery: fix bluray

Tony Anecito adanecito at yahoo.com
Tue Dec 27 21:08:18 CET 2011


Thanks guys I have been watching these posts waiting for bluray to be supported.
 
So which nightlybuild wil this be in? 1.x, 1.2.x or 1.3.x
 
Thanks,
-Tony

--- On Tue, 12/27/11, Rafaël Carré <rafael.carre at gmail.com> wrote:


From: Rafaël Carré <rafael.carre at gmail.com>
Subject: Re: [vlc-devel] [PATCH] udev discovery: fix bluray
To: "Mailing list for VLC media player developers" <vlc-devel at videolan.org>
Date: Tuesday, December 27, 2011, 12:46 PM


Le 2011-12-27 13:00, Rémi Denis-Courmont a écrit :
>    Hello,

> Fix libbluray.

Done:
http://mailman.videolan.org/pipermail/libbluray-devel/2011-December/000550.html

>> @@ -563,7 +600,7 @@ static char *disc_get_mrl (struct udev_device *dev)
>>
>>      val = udev_device_get_property_value (dev, "ID_CDROM_MEDIA_BD");
>>      if (val && atoi (val))
>> -        scheme = "bd";
>> +        scheme = "bluray";
>>  #ifdef LOL
>>      val = udev_device_get_property_value (dev, "ID_CDROM_MEDIA_HDDVD");
>>      if (val && atoi (val))

I committed this part
_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
http://mailman.videolan.org/listinfo/vlc-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20111227/9c4f2c3c/attachment.html>


More information about the vlc-devel mailing list