Remove debug hack accidentially left in the code
This commit is contained in:
parent
e52a9545f7
commit
121575f814
1 changed files with 1 additions and 1 deletions
2
mpv.py
2
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()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue