From 67695617a13e9f37f17e3718b03046f6d748a9e1 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 9 May 2009 01:21:49 +0000 Subject: The first part of Mohamed Tarek's Google Summer of Code work to implement RealAudio support in Rockbox. This is a self-contained Cook decoder using the original ffmpeg (still floating point) decoder and a new RM parser started by me in 2008 and continued by MT over the past few months. This is the equivalent of libcook.patch1 from FS#10182, but with further cleaning by both MT and me to minimise the differences to the original ffmpeg files. See README.rockbox for more details. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20883 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libcook/libavutil/intreadwrite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libcook/libavutil/intreadwrite.h') diff --git a/apps/codecs/libcook/libavutil/intreadwrite.h b/apps/codecs/libcook/libavutil/intreadwrite.h index 7c5909ea51..d27a50061e 100644 --- a/apps/codecs/libcook/libavutil/intreadwrite.h +++ b/apps/codecs/libcook/libavutil/intreadwrite.h @@ -20,7 +20,7 @@ #define AVUTIL_INTREADWRITE_H #include -#include "config.h" +//#include "ffmpeg_config.h" #include "bswap.h" #ifdef __GNUC__ -- cgit v1.2.3