mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 15:27:00 +00:00
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8793 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e3bce499be
commit
7f430583b5
@ -1025,6 +1025,8 @@ static uint32_t preinit(const char *arg)
|
||||
fd = open("/dev/mem", O_RDWR);
|
||||
if (fd < 0)
|
||||
return -1;
|
||||
else
|
||||
close(fd);
|
||||
if(verbose > 2)
|
||||
printf("vo_subdevice: initialization returns: %i\n",pre_init_err);
|
||||
return pre_init_err;
|
||||
|
Loading…
Reference in New Issue
Block a user