mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Warble builds define WARBLE fix metadata_common in warble builds
Change-Id: Ie5115162da5a06d917de09f75b90254bb30b7513
This commit is contained in:
parent
430999e399
commit
a62d36d9e7
2 changed files with 2 additions and 2 deletions
|
|
@ -252,7 +252,7 @@ bool skip_id3v2(int fd, struct mp3entry *id3)
|
|||
return success;
|
||||
}
|
||||
|
||||
#ifndef ROCKBOX /*codecs can be built without rockbox */
|
||||
#if !defined(ROCKBOX) || defined(WARBLE) /*codecs can be built without rockbox */
|
||||
/* returns match index from option list
|
||||
* returns -1 if option was not found
|
||||
* option list is array of char pointers with the final item set to null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue