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/internal.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'apps/codecs/libcook/libavutil/internal.h') diff --git a/apps/codecs/libcook/libavutil/internal.h b/apps/codecs/libcook/libavutil/internal.h index 4191aa8e52..f8f9418a76 100644 --- a/apps/codecs/libcook/libavutil/internal.h +++ b/apps/codecs/libcook/libavutil/internal.h @@ -34,10 +34,10 @@ #include #include #include -#include "config.h" +//#include "ffmpeg_config.h" #include "common.h" #include "mem.h" -#include "timer.h" +//#include "timer.h" #ifndef attribute_align_arg #if (!defined(__ICC) || __ICC > 1100) && AV_GCC_VERSION_AT_LEAST(4,2) @@ -223,10 +223,10 @@ if((y)<(x)){\ #define realloc please_use_av_realloc #undef time #define time time_is_forbidden_due_to_security_issues -#undef rand -#define rand rand_is_forbidden_due_to_state_trashing_use_av_random -#undef srand -#define srand srand_is_forbidden_due_to_state_trashing_use_av_random_init +//#undef rand +//#define rand rand_is_forbidden_due_to_state_trashing_use_av_random +//#undef srand +//#define srand srand_is_forbidden_due_to_state_trashing_use_av_random_init #undef random #define random random_is_forbidden_due_to_state_trashing_use_av_random #undef sprintf -- cgit v1.2.3