From 1775866fd38ca85faea879d4c71080b5be329bd5 Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Thu, 14 May 2009 21:30:44 +0000 Subject: Move bswap.h up from libavutil/ and remove libavutil/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20931 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libcook/bitstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libcook/bitstream.h') 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 @@ #include #include #include -#include "libavutil/bswap.h" +#include "bswap.h" /* The following 2 defines are taken from libavutil/intreadwrite.h */ #define AV_RB32(x) ((((const uint8_t*)(x))[0] << 24) | \ -- cgit v1.2.3