diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-02-26 11:02:18 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-02-26 11:02:18 +0000 |
| commit | 74a1fb8d835da39cb169cbc00588e96ababf25b5 (patch) | |
| tree | 752223c7d2abb8208bb6553370efe0ca077a849a /apps/plugins | |
| parent | 101b7e4c91b19e499039f6e20c349e93e9a25e59 (diff) | |
| download | rockbox-74a1fb8d835da39cb169cbc00588e96ababf25b5.zip rockbox-74a1fb8d835da39cb169cbc00588e96ababf25b5.tar.gz rockbox-74a1fb8d835da39cb169cbc00588e96ababf25b5.tar.bz2 rockbox-74a1fb8d835da39cb169cbc00588e96ababf25b5.tar.xz | |
Use the new config-a52.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6070 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/a52towav.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/a52towav.c b/apps/plugins/a52towav.c index 4e6150b..7bec8f2 100644 --- a/apps/plugins/a52towav.c +++ b/apps/plugins/a52towav.c @@ -24,7 +24,7 @@ #include <inttypes.h> /* Needed by a52.h */ -#include <codecs/liba52/config.h> +#include <codecs/liba52/config-a52.h> #include <codecs/liba52/a52.h> #include "lib/xxx2wav.h" /* Helper functions common to test decoders */ |