diff options
author | Mohamed Tarek <mt@rockbox.org> | 2009-05-14 21:30:44 +0000 |
---|---|---|
committer | Mohamed Tarek <mt@rockbox.org> | 2009-05-14 21:30:44 +0000 |
commit | 1775866fd38ca85faea879d4c71080b5be329bd5 (patch) | |
tree | a30883a51fd0a07885013f98afbe31032dcce31f /apps/codecs | |
parent | 52a4b48bbf12522a4893ded666e1f1d28308bb18 (diff) | |
download | rockbox-1775866fd38ca85faea879d4c71080b5be329bd5.tar.gz rockbox-1775866fd38ca85faea879d4c71080b5be329bd5.zip |
Move bswap.h up from libavutil/ and remove libavutil/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20931 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
-rw-r--r-- | apps/codecs/libcook/bitstream.h | 2 | ||||
-rw-r--r-- | apps/codecs/libcook/bswap.h (renamed from apps/codecs/libcook/libavutil/bswap.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libcook/bitstream.h b/apps/codecs/libcook/bitstream.h index caef254f0d..085d0a1566 100644 --- a/apps/codecs/libcook/bitstream.h +++ b/apps/codecs/libcook/bitstream.h | |||
@@ -31,7 +31,7 @@ | |||
31 | #include <assert.h> | 31 | #include <assert.h> |
32 | #include <string.h> | 32 | #include <string.h> |
33 | #include <stdio.h> | 33 | #include <stdio.h> |
34 | #include "libavutil/bswap.h" | 34 | #include "bswap.h" |
35 | 35 | ||
36 | /* The following 2 defines are taken from libavutil/intreadwrite.h */ | 36 | /* The following 2 defines are taken from libavutil/intreadwrite.h */ |
37 | #define AV_RB32(x) ((((const uint8_t*)(x))[0] << 24) | \ | 37 | #define AV_RB32(x) ((((const uint8_t*)(x))[0] << 24) | \ |
diff --git a/apps/codecs/libcook/libavutil/bswap.h b/apps/codecs/libcook/bswap.h index 443cd1c3f9..443cd1c3f9 100644 --- a/apps/codecs/libcook/libavutil/bswap.h +++ b/apps/codecs/libcook/bswap.h | |||