mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-17 17:24:54 +00:00
Ruby v1.8.x compatibility fix
This commit is contained in:
parent
4485a9dd75
commit
b168402c9a
@ -2,6 +2,11 @@
|
||||
|
||||
require "pp"
|
||||
|
||||
begin
|
||||
require "thread"
|
||||
rescue
|
||||
end
|
||||
|
||||
$message_mutex = Mutex.new
|
||||
def show_message(message)
|
||||
$message_mutex.lock
|
||||
|
Loading…
Reference in New Issue
Block a user