summaryrefslogtreecommitdiff
path: root/ffmpeg1/compat/tms470
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg1/compat/tms470')
-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 }))