forked from len0rd/rockbox
Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23869 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cd22b32450
commit
50512cdeac
3 changed files with 4 additions and 4 deletions
|
|
@ -47,6 +47,7 @@
|
|||
#include <stdio.h>
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
#include "codeclib.h"
|
||||
|
||||
#include "cook.h"
|
||||
#include "cookdata.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue