From: Ivan Frade Date: Wed, 21 Apr 2010 11:30:33 +0000 (+0300) Subject: the thumbnailing library filename ends with .0 X-Git-Tag: mussorgsky-0.5-1~15 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=94a019b7032f19fe0d1c1e45306f315be9b884d6;p=mussorgsky the thumbnailing library filename ends with .0 --- diff --git a/src/album_art_spec.py b/src/album_art_spec.py index df013cf..512a9d0 100644 --- a/src/album_art_spec.py +++ b/src/album_art_spec.py @@ -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