summaryrefslogtreecommitdiff
path: root/apps/codecs/libffmpegFLAC/shndec.c
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2009-12-06 04:43:23 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2009-12-06 04:43:23 +0000
commit50512cdeacdc66bd13c5848d15bf005ee3b456cd (patch)
treecc28278f08d1ef36f62e63199c30aa11df49482d /apps/codecs/libffmpegFLAC/shndec.c
parentcd22b32450757b5c204bca9add59b177c27cf4e7 (diff)
downloadrockbox-50512cdeacdc66bd13c5848d15bf005ee3b456cd.tar.gz
rockbox-50512cdeacdc66bd13c5848d15bf005ee3b456cd.zip
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
Diffstat (limited to 'apps/codecs/libffmpegFLAC/shndec.c')
-rw-r--r--apps/codecs/libffmpegFLAC/shndec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libffmpegFLAC/shndec.c b/apps/codecs/libffmpegFLAC/shndec.c
index 1afcff6fbe..fb11f77bfa 100644
--- a/apps/codecs/libffmpegFLAC/shndec.c
+++ b/apps/codecs/libffmpegFLAC/shndec.c
@@ -27,6 +27,7 @@
27#include "bitstream.h" 27#include "bitstream.h"
28#include "golomb.h" 28#include "golomb.h"
29#include "shndec.h" 29#include "shndec.h"
30#include "codeclib.h"
30 31
31#define ULONGSIZE 2 32#define ULONGSIZE 2
32 33