diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-02-26 10:31:20 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-02-26 10:31:20 +0000 |
| commit | 2ad0dec0b75f2cfc438826e34579a4f7a55426ee (patch) | |
| tree | 00ddb0a2dc9b75d17542d4ea1da3f5daba09a5b0 /apps/codecs/liba52/bitstream.c | |
| parent | 52356d88b4c93d7e20a07b6c50fdcdd09419aa1c (diff) | |
| download | rockbox-2ad0dec0b75f2cfc438826e34579a4f7a55426ee.zip rockbox-2ad0dec0b75f2cfc438826e34579a4f7a55426ee.tar.gz rockbox-2ad0dec0b75f2cfc438826e34579a4f7a55426ee.tar.bz2 rockbox-2ad0dec0b75f2cfc438826e34579a4f7a55426ee.tar.xz | |
Renamed config.h to config-a52.h to avoid name clash with rockbox' config.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6068 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/liba52/bitstream.c')
| -rw-r--r-- | apps/codecs/liba52/bitstream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/liba52/bitstream.c b/apps/codecs/liba52/bitstream.c index 05e4940..2316549 100644 --- a/apps/codecs/liba52/bitstream.c +++ b/apps/codecs/liba52/bitstream.c @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "config.h" +#include "config-a52.h" #include <inttypes.h> |