diff options
author | wm4 <wm4@nowhere> | 2017-04-19 12:35:42 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-04-19 12:55:44 +0200 |
commit | dcb580035786fdebe58c5146941bc9700cab842b (patch) | |
tree | ea2e819bc70d16d0b6534be413de3bde66ca6386 /video/hwdec.c | |
parent | e335e3323932ca7e27ffbe99e7dc2447a83ba857 (diff) | |
download | mpv-dcb580035786fdebe58c5146941bc9700cab842b.tar.bz2 mpv-dcb580035786fdebe58c5146941bc9700cab842b.tar.xz |
osx: fix deadlock on exit with libmpv on OSX
There is explicit code to handle the libmpv case, but it expects that
a dispatch queue is running. This is not necessarily the case. E.g.
edit the simple.c mpv example not to do any playback and to destroy
the mpv handle immediately. It will freeze on exit, because nothing
will release the mpv_handle.
I'm not sure how this should be fixed, so disable it for now in
library mode.
Diffstat (limited to 'video/hwdec.c')
0 files changed, 0 insertions, 0 deletions