1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

udev: use proper scheme for bluray

This commit is contained in:
Rafaël Carré 2011-12-27 14:37:01 -05:00
parent ce0859d020
commit a213f7f9c6

View File

@ -563,7 +563,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))