summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv.py b/mpv.py
index d76f9a3..6cbb31d 100644
--- a/mpv.py
+++ b/mpv.py
@@ -46,7 +46,7 @@ else:
"mpv-devel or mpv-libs package. If you have libmpv around but this script can't find it, maybe consult "
"the documentation for ctypes.util.find_library which this script uses to look up the library "
"filename.")
- backend = CDLL(sofile) #'/home/user/mpv/build/libmpv.so')
+ backend = CDLL(sofile)
fs_enc = sys.getfilesystemencoding()