mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
change win32 mplayer testing location
This commit is contained in:
parent
33cbbdc368
commit
3a7f8fdc7a
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ if sys.platform.startswith("win32"):
|
|||
mplayerCmd = ["mplayer.exe", "-ao", "win32", "-really-quiet"]
|
||||
dir = os.path.dirname(os.path.abspath(sys.argv[0]))
|
||||
os.environ['PATH'] += ";" + dir
|
||||
os.environ['PATH'] += ";" + dir + "\\..\\dist" # for testing
|
||||
os.environ['PATH'] += ";" + dir + "\\..\\win\\top" # for testing
|
||||
else:
|
||||
mplayerCmd = ["mplayer", "-really-quiet"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue