mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add more #ifdefs
Change-Id: I46a1eb7e012363cc7337282497c62f86fd16c8dc
This commit is contained in:
parent
3c26f131df
commit
158aeb5087
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "core_alloc.h"
|
||||
#include "tdspeed.h"
|
||||
|
||||
#ifdef HAVE_PITCHSCREEN
|
||||
static int handles[4] = { 0, 0, 0, 0 };
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
#endif /* HAVE_PITCHSCREEN */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue