From 158aeb5087b6d58eceedc46bd5ac301bcbfaff03 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Tue, 8 May 2012 15:39:24 +0200 Subject: Add more #ifdefs Change-Id: I46a1eb7e012363cc7337282497c62f86fd16c8dc --- apps/rbcodec_helpers.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/rbcodec_helpers.c b/apps/rbcodec_helpers.c index a7c592c62c..3de92f89f9 100644 --- a/apps/rbcodec_helpers.c +++ b/apps/rbcodec_helpers.c @@ -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 */ -- cgit v1.2.3