mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Red build fix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19744 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6427d127aa
commit
ff498519d0
2 changed files with 7 additions and 0 deletions
|
|
@ -295,7 +295,9 @@ static void pcmbuf_under_watermark(bool under)
|
|||
}
|
||||
else
|
||||
{
|
||||
#ifdef HAVE_PRIORITY_SCHEDULING
|
||||
boost_codec_thread(false);
|
||||
#endif
|
||||
cancel_cpu_boost();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue