Closed GoogleCodeExporter closed 8 years ago
Same as issue 74 (http://code.google.com/p/sopcast-player/issues/detail?id=74) :
$ sudo gedit /usr/share/sopcast-player/lib/vlc_1_0_x.py
and change
callbackmethod=ctypes.CFUNCTYPE(None, Event, ctypes.c_void_p)
to
callbackmethod=ctypes.CFUNCTYPE(None, ctypes.POINTER(Event), ctypes.c_void_p)
Original comment by agob...@gmail.com
on 20 Nov 2011 at 3:02
Original comment by flyguy97
on 7 May 2012 at 3:04
Original issue reported on code.google.com by
hgam...@gmail.com
on 9 Nov 2011 at 2:09