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