mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Fix red and a couple other things I somehow missed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19378 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8cfbd3604f
commit
f2f394793c
4 changed files with 4 additions and 4 deletions
|
|
@ -115,7 +115,7 @@ static bool pcmbuf_flush;
|
|||
static int codec_thread_priority = PRIORITY_PLAYBACK;
|
||||
#endif
|
||||
|
||||
extern uintptr_t codec_thread_id;
|
||||
extern unsigned int codec_thread_id;
|
||||
|
||||
/* Helpful macros for use in conditionals this assumes some of the above
|
||||
* static variable names */
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
/***************************************************************************/
|
||||
|
||||
extern uintptr_t codec_thread_id;
|
||||
extern unsigned int codec_thread_id;
|
||||
|
||||
/** General recording state **/
|
||||
static bool is_recording; /* We are recording */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue