mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-13 07:02:31 -05:00
Updated use of events.h header file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17267 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b88059b969
commit
43414807da
3 changed files with 9 additions and 10 deletions
|
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
#include "id3.h"
|
#include "id3.h"
|
||||||
#include "mp3data.h"
|
#include "mp3data.h"
|
||||||
#include "events.h"
|
|
||||||
|
|
||||||
/* Not yet implemented. */
|
/* Not yet implemented. */
|
||||||
#define CODEC_SET_AUDIOBUF_WATERMARK 4
|
#define CODEC_SET_AUDIOBUF_WATERMARK 4
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,7 @@
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "filetypes.h"
|
#include "filetypes.h"
|
||||||
#include "audio.h"
|
#include "audio.h"
|
||||||
|
#include "events.h"
|
||||||
|
|
||||||
#define FILE_SEARCH_INSTRUCTIONS ROCKBOX_DIR "/tagnavi.config"
|
#define FILE_SEARCH_INSTRUCTIONS ROCKBOX_DIR "/tagnavi.config"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "id3.h"
|
#include "id3.h"
|
||||||
#include "events.h"
|
|
||||||
|
|
||||||
#define MPEG_SWAP_CHUNKSIZE 0x2000
|
#define MPEG_SWAP_CHUNKSIZE 0x2000
|
||||||
#define MPEG_HIGH_WATER 2 /* We leave 2 bytes empty because otherwise we
|
#define MPEG_HIGH_WATER 2 /* We leave 2 bytes empty because otherwise we
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue