We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3758b4d + 8b3805e commit 73132a1Copy full SHA for 73132a1
mpv.c
@@ -19,7 +19,7 @@
19
#include "menu_options.h"
20
#include "mpv_service.h"
21
22
-static const char *VERSION = "1.7.0"
+static const char *VERSION = "1.7.1"
23
#ifdef GIT_REV
24
"-GIT" GIT_REV
25
#endif
player.c
@@ -479,7 +479,7 @@ void cMpvPlayer::PlayerGetDRM()
479
drmModeConnector *connector;
480
drmModeModeInfo mode;
481
482
- fd = open("/dev/dri/card0", O_RDWR);
+ fd = open(drm_dev, O_RDWR);
483
if (fd < 0) return;
484
485
resources = drmModeGetResources(fd);
0 commit comments