summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-11-28 16:20:40 +0000
committerjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-11-28 16:20:40 +0000
commitb90b60d0f8b35b485a3b21288e5ad47e00fd37d0 (patch)
tree1a6daa9453d7e9fe171fdf680c66d63a0eaabc27 /src/Makefile.am
parent9f9405f379dfbe7f7963e178eaeb6c0abd889eca (diff)
downloadlibgpod-b90b60d0f8b35b485a3b21288e5ad47e00fd37d0.tar.gz
libgpod-b90b60d0f8b35b485a3b21288e5ad47e00fd37d0.tar.xz
libgpod-b90b60d0f8b35b485a3b21288e5ad47e00fd37d0.zip
New API for thumbnail support: see src/itdb.h for details.
* src/itdb.h: Introduced Itdb_Artwork and ItdbThumbType and changed Itdb_Image to Itdb_Thumb throughout the source. * src/itdb_artwork.c: new file as backend for Itdb_Artwork support (new, free, duplicate, get_thumb_by_type, add_thumbnail, remove_thumbnail, remove_thumbnails), as well as for the Itdb_Thumb support (new, free, duplicate, get_gdk_pixbuf, get_filename) * src/itdb_track.c: new functions for artwork support (set_thumbnails, remove_thumbnails) * src/ithumb-writer.c: added support to write thumbnails in addition to existing thumbnails * src/db-artwork-parcer.c: (mhod3_get_ithmb_filename) * src/itdb_itunesdb.c: (update_artwork_info) * tests/test-covers.c: updated to new API. * tests/test-write-covers.c: updated to new API. Known issues: iTunes wipes off our thumbnails. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1180 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 29378ea..dfc0a66 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,6 +2,7 @@ lib_LTLIBRARIES = libgpod.la
libgpod_la_SOURCES = \
itdb.h \
+ itdb_artwork.c \
itdb_itunesdb.c \
itdb_playlist.c \
itdb_private.h \