$OpenBSD: patch-stream_stream_bluray_c,v 1.2 2013/01/21 16:23:05 brad Exp $
--- stream/stream_bluray.c.orig	Sat May  5 01:09:57 2012
+++ stream/stream_bluray.c	Sat May  5 01:30:00 2012
@@ -252,6 +252,8 @@ static int bluray_stream_open(stream_t *s, int mode,
         device = p->device;
     else if (bluray_device)
         device = bluray_device;
+    else
+      device = DEFAULT_BLURAY_DEVICE;
 
     if (!device) {
         mp_msg(MSGT_OPEN, MSGL_ERR, MSGTR_BlurayNoDevice);
