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/mem.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/codecs/libcook/libavutil/mem.c') diff --git a/apps/codecs/libcook/libavutil/mem.c b/apps/codecs/libcook/libavutil/mem.c index 741450b53f..7307df2384 100644 --- a/apps/codecs/libcook/libavutil/mem.c +++ b/apps/codecs/libcook/libavutil/mem.c @@ -24,7 +24,6 @@ * default memory allocator for libavutil */ -#include "config.h" #include #include -- cgit v1.2.3