summaryrefslogtreecommitdiff
path: root/ffmpeg1/compat/tms470/math.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-05 17:55:35 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-05 17:55:35 +0100
commit741fb4b9e135cfb161a749db88713229038577bb (patch)
tree08bc9925659cbcac45162bacf31dc6336d4f60b4 /ffmpeg1/compat/tms470/math.h
parenta2e1bf3495b7bfefdaedb8fc737e969ab06df079 (diff)
making act segmenter
Diffstat (limited to 'ffmpeg1/compat/tms470/math.h')
-rw-r--r--ffmpeg1/compat/tms470/math.h7
1 files changed, 0 insertions, 7 deletions
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 <math.h>
-
-#undef INFINITY
-#undef NAN
-
-#define INFINITY (*(const float*)((const unsigned []){ 0x7f800000 }))
-#define NAN (*(const float*)((const unsigned []){ 0x7fc00000 }))