Red build fix.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19744 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2009-01-10 21:38:56 +00:00
parent 6427d127aa
commit ff498519d0
2 changed files with 7 additions and 0 deletions

View file

@ -295,7 +295,9 @@ static void pcmbuf_under_watermark(bool under)
}
else
{
#ifdef HAVE_PRIORITY_SCHEDULING
boost_codec_thread(false);
#endif
cancel_cpu_boost();
}
}