diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-11-03 18:48:23 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-11-03 18:48:23 +0000 |
| commit | 4b03c14a3e2b3e983ae019723982d7b44105cb97 (patch) | |
| tree | 76d2374c6f5c0bd83531804e8dce1a334c533c16 /apps/codecs/libffmpegFLAC/bitstream.h | |
| parent | 439ba9bdbb059d9065aa4d26688e50ab90ed5930 (diff) | |
| download | rockbox-4b03c14a3e2b3e983ae019723982d7b44105cb97.zip rockbox-4b03c14a3e2b3e983ae019723982d7b44105cb97.tar.gz rockbox-4b03c14a3e2b3e983ae019723982d7b44105cb97.tar.bz2 rockbox-4b03c14a3e2b3e983ae019723982d7b44105cb97.tar.xz | |
Add seekpoint parsing and dummy ICODE_ATTR macro to standalone FLAC test program
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7742 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libffmpegFLAC/bitstream.h')
| -rw-r--r-- | apps/codecs/libffmpegFLAC/bitstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libffmpegFLAC/bitstream.h b/apps/codecs/libffmpegFLAC/bitstream.h index 668e23a..288d839 100644 --- a/apps/codecs/libffmpegFLAC/bitstream.h +++ b/apps/codecs/libffmpegFLAC/bitstream.h @@ -15,7 +15,7 @@ #include <stdio.h> #define IBSS_ATTR #define ICONST_ATTR - + #define ICODE_ATTR #endif /* Endian conversion routines for standalone compilation */ |