package listen
tags 384525 patch
thanks

Hi,

A workaround for this bug was proposed on the SF bug tracker:

--- /usr/lib/listen/formats/mp4.py.old  2006-10-22 11:03:14.000000000 +0200
+++ /usr/lib/listen/formats/mp4.py      2006-10-22 11:03:23.000000000 +0200
@@ -98,7 +98,7 @@

 try:
     import ctypes
-    if ctypes._ctypes_version < "0.9.9":
+    if ctypes._ctypes_version > "0.9.9":
         _mp4v2 = ctypes.cdll.LoadLibrary("libmp4v2.so.0")
     else:
         _mp4v2 = ctypes.cdll.load("libmp4v2.so.0")


Can you please try and confirm this is a working solution?

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to