diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2009-01-12 21:56:46 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2009-01-12 21:56:46 +0000 |
| commit | 52320b83c0e9fb3c3f6c463f8bd61de35f03b235 (patch) | |
| tree | 995a6f7e903f2a142ce64e05b27fa5e189b8544c /apps/codecs/lib | |
| parent | bbd33a0a7db188e874b11e30e509f32c13200aea (diff) | |
| download | rockbox-52320b83c0e9fb3c3f6c463f8bd61de35f03b235.zip rockbox-52320b83c0e9fb3c3f6c463f8bd61de35f03b235.tar.gz rockbox-52320b83c0e9fb3c3f6c463f8bd61de35f03b235.tar.bz2 rockbox-52320b83c0e9fb3c3f6c463f8bd61de35f03b235.tar.xz | |
Added missing dependencies for codeclib and pluginlib. This required renaming some files that have twins in other places.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19756 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/lib')
| -rw-r--r-- | apps/codecs/lib/codeclib_misc.h (renamed from apps/codecs/lib/misc.h) | 0 | ||||
| -rw-r--r-- | apps/codecs/lib/mdct2.h | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/lib/misc.h b/apps/codecs/lib/codeclib_misc.h index 5ab78d6..5ab78d6 100644 --- a/apps/codecs/lib/misc.h +++ b/apps/codecs/lib/codeclib_misc.h diff --git a/apps/codecs/lib/mdct2.h b/apps/codecs/lib/mdct2.h index b03430b..ba0f129 100644 --- a/apps/codecs/lib/mdct2.h +++ b/apps/codecs/lib/mdct2.h @@ -31,7 +31,7 @@ #include <codecs.h> #include "asm_arm.h" #include "asm_mcf5249.h" -#include "misc.h" +#include "codeclib_misc.h" #ifndef ICONST_ATTR_TREMOR_WINDOW #define ICONST_ATTR_TREMOR_WINDOW ICONST_ATTR |