diff options
Diffstat (limited to 'apps')
-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 | |||