From e131b20afddb02d49cb5e3b25f1ed5b2f7399ac7 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 28 Jun 2016 13:26:19 +1000 Subject: [PATCH] tweak mplayer loc on osx --- anki/sound.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/sound.py b/anki/sound.py index 35589f0f7..37f895987 100644 --- a/anki/sound.py +++ b/anki/sound.py @@ -49,7 +49,7 @@ if isMac: os.environ['PATH'] += ":" + "/usr/local/bin" dir = os.path.dirname(os.path.abspath(__file__)) dir = os.path.abspath(dir + "/../../../..") - os.environ['PATH'] += ":" + dir + "/audio" + os.environ['PATH'] += ":" + dir + "/Resources/audio" def retryWait(proc): # osx throws interrupted system call errors frequently