summaryrefslogtreecommitdiff
path: root/tools/checkwps/checkwps.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkwps/checkwps.c')
-rw-r--r--tools/checkwps/checkwps.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/checkwps/checkwps.c b/tools/checkwps/checkwps.c
index 079454def1..93487bcd89 100644
--- a/tools/checkwps/checkwps.c
+++ b/tools/checkwps/checkwps.c
@@ -140,6 +140,18 @@ int recalc_dimension(struct dim *dst, struct dim *src)
140 return 0; 140 return 0;
141} 141}
142 142
143#ifdef HAVE_ALBUMART
144int playback_claim_aa_slot(struct dim *dim)
145{
146 return 0;
147}
148
149void playback_release_aa_slot(int slot)
150{
151 return;
152}
153#endif
154
143int resize_on_load(struct bitmap *bm, bool dither, 155int resize_on_load(struct bitmap *bm, bool dither,
144 struct dim *src, struct rowset *tmp_row, 156 struct dim *src, struct rowset *tmp_row,
145 unsigned char *buf, unsigned int len, 157 unsigned char *buf, unsigned int len,