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/common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/codecs/libcook/libavutil/common.h') diff --git a/apps/codecs/libcook/libavutil/common.h b/apps/codecs/libcook/libavutil/common.h index 15eaf9849d..949f093d35 100644 --- a/apps/codecs/libcook/libavutil/common.h +++ b/apps/codecs/libcook/libavutil/common.h @@ -278,9 +278,9 @@ static inline av_const float av_clipf(float a, float amin, float amax) #include "mem.h" -#ifdef HAVE_AV_CONFIG_H -# include "config.h" +//#ifdef HAVE_AV_CONFIG_H +//# include "ffmpeg_config.h" # include "internal.h" -#endif /* HAVE_AV_CONFIG_H */ +//#endif /* HAVE_AV_CONFIG_H */ #endif /* AVUTIL_COMMON_H */ -- cgit v1.2.3