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
|
||||
|
|
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -4280,7 +4280,7 @@ fi
|
|||
toolset='';
|
||||
t_cpu='';
|
||||
GCCOPTS='';
|
||||
extradefines="$extradefines -DDEBUG"
|
||||
extradefines="$extradefines -DDEBUG -DWARBLE"
|
||||
output='warble.'${modelname};
|
||||
echo "Warble build selected"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue