the thumbnailing library filename ends with .0
authorIvan Frade <ivan.frade@nokia.com>
Wed, 21 Apr 2010 11:30:33 +0000 (14:30 +0300)
committerIvan Frade <ivan.frade@nokia.com>
Wed, 21 Apr 2010 11:30:33 +0000 (14:30 +0300)
src/album_art_spec.py

index df013cf..512a9d0 100644 (file)
@@ -13,7 +13,7 @@ THUMBS_LOCATION = os.getenv ("HOME") + "/.thumbnails/cropped/"
 
 # Do this only once...
 import ctypes
-clib = ctypes.CDLL ("libhildonthumbnail.so")
+clib = ctypes.CDLL ("libhildonthumbnail.so.0")
 
 album_art_func = clib.hildon_albumart_get_path
 album_art_func.restype = ctypes.c_char_p