1
0
Fork 0
forked from len0rd/rockbox

Add more #ifdefs

Change-Id: I46a1eb7e012363cc7337282497c62f86fd16c8dc
This commit is contained in:
Nils Wallménius 2012-05-08 15:39:24 +02:00
parent 3c26f131df
commit 158aeb5087

View file

@ -26,6 +26,7 @@
#include "core_alloc.h" #include "core_alloc.h"
#include "tdspeed.h" #include "tdspeed.h"
#ifdef HAVE_PITCHSCREEN
static int handles[4] = { 0, 0, 0, 0 }; static int handles[4] = { 0, 0, 0, 0 };
static int move_callback(int handle, void *current, void *new) static int move_callback(int handle, void *current, void *new)
@ -99,4 +100,5 @@ void tdspeed_free_buffers(int32_t **buffers, int nbuf)
buffers[i] = NULL; buffers[i] = NULL;
} }
} }
#endif /* HAVE_PITCHSCREEN */