From 741fb4b9e135cfb161a749db88713229038577bb Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 5 Sep 2013 17:55:35 +0100 Subject: making act segmenter --- ffmpeg1/compat/tms470/math.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 ffmpeg1/compat/tms470/math.h (limited to 'ffmpeg1/compat/tms470') diff --git a/ffmpeg1/compat/tms470/math.h b/ffmpeg1/compat/tms470/math.h deleted file mode 100644 index 1104d74..0000000 --- a/ffmpeg1/compat/tms470/math.h +++ /dev/null @@ -1,7 +0,0 @@ -#include_next - -#undef INFINITY -#undef NAN - -#define INFINITY (*(const float*)((const unsigned []){ 0x7f800000 })) -#define NAN (*(const float*)((const unsigned []){ 0x7fc00000 })) -- cgit v1.2.3